| WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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;