cnf
2025-11-03 72b1b289cc5ef40ee61a2b3dcb10a0fdcf8427d2
WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs
@@ -149,6 +149,7 @@
        string dchzlx = model.dchzlx;//调出货主类型
        string drhzlx = model.drhzlx;//调入货主类型
        string inRemark = model.inRemark;//备注
        string chkOut = model.chkOut;
        var _sb = new StringBuilder();
        var _split = "|";
        foreach (var m in model.list)
@@ -197,7 +198,8 @@
                        new("@drhzlx", drhzlx),
                        new("@inRemark", inRemark),
                        new("@inEdtUserGuid", _userGuid),
                        new("@inLineList", _sb.ToString())
                        new("@inLineList", _sb.ToString()),
                        new("@inP1",chkOut)
                };
                    parameters[0].Direction = ParameterDirection.Output;
                    parameters[1].Direction = ParameterDirection.Output;