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