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);