From 70306e17a1ff1eae4ba79bac84799c76b239df4b 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, 31 Oct 2023 20:00:19 +0800 Subject: [PATCH] =?UTF-8?q?idea=E5=8D=A1=E4=BA=86=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/api/ElephantInvoiceApiV6ServiceImpl.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java b/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java index d36b554..03bf0b4 100644 --- a/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java +++ b/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java @@ -2049,7 +2049,7 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService { } @Transactional(rollbackFor = Exception.class) - private HXResponse queryRedInfoByElepant(Redinfo redinfo, Companyservice companyservice) { + public HXResponse queryRedInfoByElepant(Redinfo redinfo, Companyservice companyservice) { //返回信息 if (ObjectUtils.isEmpty(redinfo)){ @@ -2111,7 +2111,6 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService { int i = redinfoMapper.updateRedinfo(redinfo); if (i<1){ - return new HXResponse("9992","返回红字信息更新失败"); debugLog("红字订单更新主表信息失败",uuid,System.currentTimeMillis()); throw new JianshuiServiceException("红字订单更新主表信息失败"); } @@ -2145,7 +2144,6 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService { int count = redinfoMapper.batchRedinfodetail(redinfodetailList); if(count <1){ - return new HXResponse("9992","返回红字信息更新失败"); debugLog("红字订单更新明细信息失败",uuid,System.currentTimeMillis()); throw new JianshuiServiceException("红字订单更新明细信息失败"); }