|
|
@ -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()) { |
|
|
|