feature: 重汽批量回调接口 分支不对

master
dongxiaoke 1 year ago
parent f19ba589d3
commit 95f1a23277
  1. 3
      jianshui-invoice/src/main/java/com/jianshui/invoice/task/AddInvoiceBatchTask.java

@ -168,7 +168,8 @@ public class AddInvoiceBatchTask extends TimerTask {
log.error("{}:延时异常:{}",LOG_MESSAGE,e.toString()); log.error("{}:延时异常:{}",LOG_MESSAGE,e.toString());
} }
HXResponse resultHx = invoiceService.addInvoice(billInfo, companyservice); // HXResponse resultHx = invoiceService.addInvoice(billInfo, companyservice);
HXResponse resultHx = invoiceService.addInvoiceBeatch(billInfo, companyservice);
log.info("{}:开票identity={},返回结果result={}",LOG_MESSAGE, identity, resultHx); log.info("{}:开票identity={},返回结果result={}",LOG_MESSAGE, identity, resultHx);
if (!resultHx.isSuccess()) { if (!resultHx.isSuccess()) {

Loading…
Cancel
Save