wbc
7 天以前 2c136b764d35bff01e6dc823040e2857999380f4
WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs
@@ -302,6 +302,7 @@
        string fngDesc = model.fngDesc; //异常描述
        string iqcRemark = model.iqcRemark;
        string ckId=model.ckId;
        string weight = model.weight;
        var _outMsg = "";
        var _outSum = -1;
        using (var conn = new SqlConnection(DbHelperSQL.strConn))
@@ -320,6 +321,7 @@
                        new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid: DBNull.Value),
                        new("@fngDesc", fngDesc),
                        new("@ckId", ckId),
                        new("@weight", weight),
                        new("@iqcRemark", iqcRemark),
                    };
                    parameters[0].Direction = ParameterDirection.Output;