ariesy 去掉报错代码&测试采集勾选发票完成

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

@ -615,7 +615,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService {
* @param taxno 税号 * @param taxno 税号
* @param db 数据库 * @param db 数据库
*/ */
@Transactional(rollbackFor = Exception.class)
public void invoiceSelectConsumer(String responseJson, TDxHttpLog httpLog, String taxno, String db) { public void invoiceSelectConsumer(String responseJson, TDxHttpLog httpLog, String taxno, String db) {
String total = ""; String total = "";
@ -753,7 +752,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService {
} }
httpLog.setStatus("1"); httpLog.setStatus("1");
httpLog.setTotal(total); httpLog.setTotal(total);
int i = 1/0;
confirmDao.insert(httpLog); confirmDao.insert(httpLog);
if (logList.size() > 0) { if (logList.size() > 0) {
invoiceLogService.toInvoiceLog(logList); invoiceLogService.toInvoiceLog(logList);

Loading…
Cancel
Save