Commit 737a6392 by 徐高华

Merge branch 'feature/xgh/2502朋友圈' into 'master'

朋友圈

See merge request !2677
parents e1730ae5 a3079dc9
......@@ -634,8 +634,8 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
// 到期停止
if(params.equals("3")) {
Date end = DateUtil.getEndTimeOfDay(new Date()) ;
end = DateUtil.addDay(end,-1) ;
Date end = DateUtil.addDay(new Date(),-1) ;
end = DateUtil.getEndTimeOfDay(end) ;
List<TabQwMomentPlan> planList = this.qwMomentPlanMapper.listForStop(end) ;
if(CollectionUtils.isNotEmpty(planList)) {
for(TabQwMomentPlan plan : planList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment