From f5728f0d7bbae3966823a58bfd71bb49ffd498d3 Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 8 May 2023 21:18:00 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E4=BF=AE=E5=A4=8D=E6=8E=A8=E9=80=81SA?= =?UTF-8?q?P=E6=8A=A5=E9=94=99=E6=97=B6=E6=97=A0=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dxhy/erp/controller/SDNYMainProcessController.java | 1 + pom.xml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java index a8e79c99..75e18987 100644 --- a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java +++ b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java @@ -588,6 +588,7 @@ public class SDNYMainProcessController extends AbstractController { } } } catch (Exception exception) { + log.error("同步SAP失败,报错信息为:{}",exception); exception.printStackTrace(); } return ResponseEntity.ok(JSONObject.toJSONString(R.error(CommonConstants.MSG_ERR_PUSH_SDNY))); diff --git a/pom.xml b/pom.xml index 8bfe4ada..1886e621 100644 --- a/pom.xml +++ b/pom.xml @@ -187,10 +187,7 @@ test /home/dxhy/logs/ - - - true - + @@ -223,6 +220,10 @@ std /home/dxhy/logs/ + + + true +