From 7637162d98755f64dc4519ee4d6c6dd6838ef899 Mon Sep 17 00:00:00 2001 From: yefei Date: Thu, 12 Oct 2023 11:32:03 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0=E4=BA=8B=E5=8A=A1?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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 44f2d4e0..e8ac02ce 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 @@ -753,6 +753,7 @@ 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);