diff --git a/order-management-order/src/main/java/com/dxhy/order/consumer/handle/InvoicePushTask.java b/order-management-order/src/main/java/com/dxhy/order/consumer/handle/InvoicePushTask.java index 2c7f131..3a2ce9c 100644 --- a/order-management-order/src/main/java/com/dxhy/order/consumer/handle/InvoicePushTask.java +++ b/order-management-order/src/main/java/com/dxhy/order/consumer/handle/InvoicePushTask.java @@ -216,6 +216,7 @@ public class InvoicePushTask { private void realPush(Map paramMap, List shList, String type) { log.info("==================>{},查询开票成功未推送或推送失败的发票入参为:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(paramMap)); + shList = null; List selectInvoiceInfoByPushStatus = orderInvoiceInfoService.selectInvoiceInfoByPushStatus(paramMap, shList); log.info("==================>{},查询开票成功未推送或推送失败的发票条数:{}", LOGGER_MSG, selectInvoiceInfoByPushStatus.size());