From f3c553f8b22eccce81d8f008c8ad4e2e01572808 Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期一, 30 十二月 2024 09:17:14 +0800 Subject: [PATCH] 最新修改 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_JobService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_JobService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_JobService.cs" index 2c3506a..484591e 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_JobService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_JobService.cs" @@ -190,12 +190,12 @@ PutAwayResponse res = JsonConvert.DeserializeObject<PutAwayResponse>(response); if (res != null && res.MSGTX == "S") { - content = WebResponseContent.Instance.OK("涓婃灦鍥炰紶鎴愬姛锛�"); + content = WebResponseContent.Instance.OK("涓婃灦鍥炰紶鎴愬姛"); new LogFactory().GetLog("BYD_WMS鎺ュ彛").InfoFormat(true, "CallPutAway", "鍝嶅簲", $"涓婃灦鍥炰紶鎴愬姛锛�"); } else { - content = WebResponseContent.Instance.Error("涓婃灦鍥炰紶澶辫触锛�"); + content = WebResponseContent.Instance.Error("涓婃灦鍥炰紶澶辫触"); new LogFactory().GetLog("BYD_WMS鎺ュ彛").InfoFormat(true, "CallPutAway", "鍝嶅簲", $"涓婃灦鍥炰紶澶辫触锛�"); } -- Gitblit v1.9.3