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