机具费用推送修改

This commit is contained in:
hongchao 2025-10-20 15:30:32 +08:00
parent 3eefc8bbc5
commit a818ce9d87
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService {
List<IwsCostPushBean> list = getMonthCosts(proIdsBean); List<IwsCostPushBean> list = getMonthCosts(proIdsBean);
if(CollectionUtils.isNotEmpty(list)){ if(CollectionUtils.isNotEmpty(list)){
//分段推送 //分段推送
// forHttpYouer(list,proIdsBean); forHttpYouer(list,proIdsBean);
} }
} }
} }