duyongjia
2024-12-30 f3c553f8b22eccce81d8f008c8ad4e2e01572808
ÏîÄ¿´úÂë/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", "响应", $"上架回传失败!");
                    }