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