From a818ce9d873ba65406677d0e9398cee1c84123c9 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Mon, 20 Oct 2025 15:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=85=B7=E8=B4=B9=E7=94=A8=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/push/service/impl/IwsCostPushServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java index 89d34bd7..bd6cd5e9 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java @@ -727,7 +727,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { List list = getMonthCosts(proIdsBean); if(CollectionUtils.isNotEmpty(list)){ //分段推送 -// forHttpYouer(list,proIdsBean); + forHttpYouer(list,proIdsBean); } } }