feature:回推定时任务修改

zkh
路明慧 11 months ago
parent e819631612
commit ddffd22909
  1. 1
      order-management-order/src/main/java/com/dxhy/order/consumer/handle/InvoicePushTask.java

@ -216,6 +216,7 @@ public class InvoicePushTask {
private void realPush(Map<String, Object> paramMap, List<String> shList, String type) {
log.info("==================>{},查询开票成功未推送或推送失败的发票入参为:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(paramMap));
shList = null;
List<OrderInvoiceInfo> selectInvoiceInfoByPushStatus = orderInvoiceInfoService.selectInvoiceInfoByPushStatus(paramMap, shList);
log.info("==================>{},查询开票成功未推送或推送失败的发票条数:{}", LOGGER_MSG, selectInvoiceInfoByPushStatus.size());

Loading…
Cancel
Save