From 87533f6469f009c60ab676f7a5877e69e145be2e Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 16 Oct 2023 16:30:30 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0=E6=B3=A8=E8=A7=A3&?= =?UTF-8?q?=E6=8F=92=E5=85=A5=E6=97=A5=E5=BF=97=E6=97=B6=E6=8D=95=E8=8E=B7?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/dxhy/erp/service/SignSaveInvoiceInfoService.java | 2 +- .../erp/service/impl/SignSaveInvoiceInfoServiceImpl.java | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dxhy-erp/src/main/java/com/dxhy/erp/service/SignSaveInvoiceInfoService.java b/dxhy-erp/src/main/java/com/dxhy/erp/service/SignSaveInvoiceInfoService.java index c7a7db1b..2b1dfe7c 100644 --- a/dxhy-erp/src/main/java/com/dxhy/erp/service/SignSaveInvoiceInfoService.java +++ b/dxhy-erp/src/main/java/com/dxhy/erp/service/SignSaveInvoiceInfoService.java @@ -30,7 +30,7 @@ public interface SignSaveInvoiceInfoService extends MpBaseService().eq("uuid", recordInvoiceUpdate.getUuid())); } catch (Exception e) { e.printStackTrace(); + throw new Exception(e); } }