|
|
|
@ -615,7 +615,6 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { |
|
|
|
|
* @param taxno 税号 |
|
|
|
|
* @param db 数据库 |
|
|
|
|
*/ |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public void invoiceSelectConsumer(String responseJson, TDxHttpLog httpLog, String taxno, String db) { |
|
|
|
|
|
|
|
|
|
String total = ""; |
|
|
|
@ -753,7 +752,6 @@ 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); |
|
|
|
|