| WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| WebApi/Gs.QiTaCk/MesItemBlManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs
@@ -300,6 +300,7 @@ { Guid? guid = model.guid; //到货单主键 string fngDesc = model.fngDesc; //备注 string fhandle = model.fhandle; //备注 var _outMsg = ""; var _outSum = -1; using (var conn = new SqlConnection(DbHelperSQL.strConn)) @@ -317,6 +318,7 @@ new("@inEdtUserGuid", _userGuid), new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid: DBNull.Value), new("@fngDesc", fngDesc), new("@fhandle", fhandle), }; parameters[0].Direction = ParameterDirection.Output; parameters[1].Direction = ParameterDirection.Output; WebApi/Gs.QiTaCk/MesItemBlManager.cs
@@ -8,6 +8,7 @@ using Gs.Toolbox.ApiCore.Group; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json.Linq; using static Gs.Toolbox.UtilityHelper; namespace Gs.QiTaCk