wbc
5 天以前 2c136b764d35bff01e6dc823040e2857999380f4
Merge branch 'master' of http://43.142.96.171:8080/r/~kyy/LB_MesService
已修改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;