|
|
|
@ -126,6 +126,7 @@ public class QueryInvoiceTask extends TimerTask { |
|
|
|
|
invoiceBackVali.setUpdateTime(new Date()); |
|
|
|
|
invoiceBackMapper.updateInvoiceBack(invoiceBackVali); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
log.info("【重汽批量开票】发票回调队列开始回调,组装参数:回调参数={},identity={},invoiceId={}", invoiceBackVali.toString(),companyservice.getIdentity(),invoice.getId()); |
|
|
|
|
invoiceApiService.callBackAisino(invoiceBackVali, "", companyservice.getIdentity(), invoice.getId()); |
|
|
|
|
log.info("【重汽批量开票】 发票批量开具回调队列处理完成: InvoiceId={}",invoice.getId()); |
|
|
|
|