From 620918c97aa7290c63feb7bd339208b149c359b5 Mon Sep 17 00:00:00 2001 From: CatMaoo <1205395967@qq.com> Date: Fri, 2 May 2025 20:24:14 +0800 Subject: [PATCH] 1 --- .../ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs b/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs index 6a649c0..8eb6804 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs @@ -6542,7 +6542,8 @@ namespace ICSSoft.WebAPI.Controllers model = JsonConvert.DeserializeObject>(JsonData.ToString()); var resultStr = ICSSubmitService.YSDeliveryNoticeApprove(model); res.Success = true; - res.Message = LanguageHelper.GetNameSingle("WMSAPI001") + "到货单号:" + resultStr.Rows[0]["DNCode"];// "接口调用成功!"; + //res.Message = LanguageHelper.GetNameSingle("WMSAPI001") + "到货单号:" + resultStr.Rows[0]["DNCode"];// "接口调用成功!"; + res.Message = LanguageHelper.GetNameSingle("WMSAPI001");// "接口调用成功!"; if (resultStr != null && resultStr.Rows.Count > 0 && resultStr.ToString() != "[]") { res.Data = resultStr;