diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index c9340f9..d6e9469 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -1194,8 +1194,8 @@ namespace ICSSoft.DataProject DataTable deskdt = DBHelper.SQlReturnData(desksql, cmd); if (deskdt.Rows.Count == 0) { - res.Success = false; - res.Message = "料架:"+ JsonData.ContainerCode + "尚未绑定领料单,请先绑定领料单!"; + res.Success = true; + res.Message = ""; } else {