From d20669bdb6c7998570b609f85544efcec2de0485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Tue, 28 Nov 2023 13:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=A0=81=E5=92=8C=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8F=8D=E8=BF=87=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/manager/service/impl/PushInvoiceServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java b/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java index 03ce40b5..ba0dc420 100644 --- a/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java +++ b/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java @@ -515,6 +515,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { // } if (!"SAP".equalsIgnoreCase(pushInfo.getByzd1())){ + log.debug("备用字段1{}",pushInfo.getByzd1()); log.debug("************非sap推送信息跳过************"); continue; } @@ -555,7 +556,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { PoCommonResponseParam poCommonResponseParam = JsonUtils.getInstance().parseObject(result, PoCommonResponseParam.class); EsOutput es_output = poCommonResponseParam.getES_OUTPUT(); if (es_output == null) { - throw new InterfaceException("推送SAP返回报错","500"); + throw new InterfaceException("500","推送SAP返回报错"); } String sapkey = es_output.getSAPKEY(); String ztype = es_output.getZTYPE();