From 08b9ddef0a52997a1cc3e12738db7eead9fc1aad Mon Sep 17 00:00:00 2001 From: wangrangrang Date: Thu, 19 Oct 2023 10:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=8A=9B=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= 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 b7dab1ff..4118f893 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 @@ -788,7 +788,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { } }catch (Exception e){ e.printStackTrace(); - throw new Exception(e); } } catch (Exception e) { @@ -798,7 +797,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { confirmDao.insert(httpLog); }catch (Exception exe){ exe.printStackTrace(); - throw new Exception(exe); } e.printStackTrace(); throw new Exception(e);