From d9850d7f7b6b2c65b1cc5c56c0c0385e90f4eacb Mon Sep 17 00:00:00 2001 From: yefei Date: Thu, 12 Oct 2023 14:20:14 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=8E=BB=E6=8E=89=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81&=E6=B5=8B=E8=AF=95=E9=87=87=E9=9B=86?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E5=8F=91=E7=A5=A8=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java index e8ac02ce..8d003c3d 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java +++ b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java @@ -615,7 +615,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { * @param taxno 税号 * @param db 数据库 */ - @Transactional(rollbackFor = Exception.class) public void invoiceSelectConsumer(String responseJson, TDxHttpLog httpLog, String taxno, String db) { String total = ""; @@ -753,7 +752,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { } httpLog.setStatus("1"); httpLog.setTotal(total); - int i = 1/0; confirmDao.insert(httpLog); if (logList.size() > 0) { invoiceLogService.toInvoiceLog(logList);