ariesy 增加事务注解代码

release
yefei 2 years ago
parent 7b186c3495
commit 7637162d98
  1. 1
      dxhy-core/src/main/java/com/dxhy/core/job/service/impl/InvoiceInterfaceServiceImpl.java

@ -753,6 +753,7 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService {
}
httpLog.setStatus("1");
httpLog.setTotal(total);
int i = 1/0;
confirmDao.insert(httpLog);
if (logList.size() > 0) {
invoiceLogService.toInvoiceLog(logList);

Loading…
Cancel
Save