| WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs
@@ -149,7 +149,7 @@ string dchzlx = model.dchzlx;//调出货主类型 string drhzlx = model.drhzlx;//调入货主类型 string inRemark = model.inRemark;//备注 string gdhb = model.gdhb; string gdbh = model.gdbh; var _sb = new StringBuilder(); var _split = "|"; foreach (var m in model.list) @@ -199,7 +199,7 @@ new("@inRemark", inRemark), new("@inEdtUserGuid", _userGuid), new("@inLineList", _sb.ToString()), new("@gdbh",gdhb) new("@gdbh",gdbh) }; parameters[0].Direction = ParameterDirection.Output; parameters[1].Direction = ParameterDirection.Output;