啊鑫
6 天以前 2ba5117206c152cece2e5ac40067a6232dfb2870
WebApi/GS.QC/Service/MesQcExceptionalManager.cs
@@ -17,7 +17,6 @@
    private readonly IHttpContextAccessor _http;
    private readonly string _userCode, _userGuid, _orgFids;
    public MesQcExceptionalManager(IHttpContextAccessor httpContextAccessor)
    {
        _http = httpContextAccessor;
@@ -130,6 +129,7 @@
    }
    /// <summary>
    ///
    /// </summary>
    /// <param name="mode"></param>
    /// <returns></returns>
@@ -138,7 +138,7 @@
    {
        string _guid = mode.guid;
        string _inFieldValue = mode.inFieldValue;
        var _proName = "iqc_ycd_submit";
        string _proName = "iqc_ycd_submit";
        dynamic m = new ExpandoObject();
        m.outSum = -1;
        m.outMsg = "";
@@ -182,7 +182,6 @@
                }
            }
        }
        return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "操作成功!");
    }
@@ -200,7 +199,7 @@
        string freceQty = mode.gs001; //判定结果
        string inFngHandle = mode.gs002; //处理方式
        string inFmrmode = mode.gs003; //退料方式
        var _proName = "iqc_ycd_oa_mes";
        string _proName = "iqc_ycd_oa_mes";
        dynamic m = new ExpandoObject();
        m.outSum = -1;
        m.outMsg = "";
@@ -223,7 +222,7 @@
                        new("@in2", ""),
                        new("@freceQty", freceQty),
                        new("@inFngHandle", inFngHandle),
                        new("@inFmrmode", inFmrmode)
                        new("@inFmrmode", inFmrmode),
                    };
                    parameters[0].Direction = ParameterDirection.Output;
                    parameters[1].Direction = ParameterDirection.Output;
@@ -247,7 +246,7 @@
                }
            }
        }
        return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "操作成功!");
    }
}