From 07be90e14eb829d0d93d5a441ea34e1933a98d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=99=94?= Date: Thu, 4 Jan 2024 09:16:40 +0800 Subject: [PATCH] no message --- ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {