From c41358f680ca7c39f5a1fa614add21a3ccd7c349 Mon Sep 17 00:00:00 2001 From: liuxy Date: Wed, 14 Dec 2022 11:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/wms/ext/sap/service/impl/SapToLmsServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/ext/sap/service/impl/SapToLmsServiceImpl.java b/lms/nladmin-system/src/main/java/org/nl/wms/ext/sap/service/impl/SapToLmsServiceImpl.java index e8b560601..ae98b090d 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/ext/sap/service/impl/SapToLmsServiceImpl.java +++ b/lms/nladmin-system/src/main/java/org/nl/wms/ext/sap/service/impl/SapToLmsServiceImpl.java @@ -87,6 +87,7 @@ public class SapToLmsServiceImpl implements SapToLmsService { } catch (Exception exception) { result.put("RTYPE", "E"); result.put("RTMSG", "操作失败!" + exception.getMessage()); + log.info("getMaterialInfo的输出参数为:------------------------" + result.toString()); return result; } result.put("TYPE", "S"); @@ -281,6 +282,7 @@ public class SapToLmsServiceImpl implements SapToLmsService { result.put("RTMSG", "操作失败!" + e.getMessage()); result.put("RTOAL", 1); result.put("RTDAT", null); + log.info("getDeliveryInfo的输出参数为:------------------------" + result.toString()); return result; } result.put("RTYPE", "S");