去除抛出的异常

release
wangrangrang 2 years ago
parent 23de1419fc
commit 08b9ddef0a
  1. 2
      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);

Loading…
Cancel
Save