机具费用推送修改
This commit is contained in:
parent
3eefc8bbc5
commit
a818ce9d87
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue