kyy
5 天以前 1ac0636c1b00854ffc330abcc28dd3e1dc9551dc
克重逻辑修改
已修改1个文件
2 ■■■■■ 文件已修改
WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;