|
@@ -68,10 +68,7 @@ public class InvoiceStatusJob {
|
|
|
DynamicDataSourceContextHolder.poll();
|
|
DynamicDataSourceContextHolder.poll();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (invoice.getEmail() != null && !invoice.getEmail().isBlank()) {
|
|
|
|
|
- huapiaoerInvoiceService.sendInvoiceEmail(invoice.getApplyId(), InvoiceQueryType.BLUE.getCode(), invoice.getEmail());
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+ // 邮件已由航信在开票时根据 head.recmail 自动发送,无需重复调用
|
|
|
huapiaoerInvoiceService.insertToCardPackage(invoice, result);
|
|
huapiaoerInvoiceService.insertToCardPackage(invoice, result);
|
|
|
|
|
|
|
|
log.info("发票轮询处理成功, applyId:{}, invoiceCode:{}, invoiceNumber:{}",
|
|
log.info("发票轮询处理成功, applyId:{}, invoiceCode:{}, invoiceNumber:{}",
|