Commit d570721e by 徐高华

朋友圈

parent 43d5bf44
...@@ -623,7 +623,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService { ...@@ -623,7 +623,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
} }
// 到期停止 // 到期停止
if(params.equals("3")) { /*if(params.equals("3")) {
Date end = DateUtil.getEndTimeOfDay(new Date()) ; Date end = DateUtil.getEndTimeOfDay(new Date()) ;
List<TabQwMomentPlan> planList = this.qwMomentPlanMapper.listForStop(end) ; List<TabQwMomentPlan> planList = this.qwMomentPlanMapper.listForStop(end) ;
if(CollectionUtils.isNotEmpty(planList)) { if(CollectionUtils.isNotEmpty(planList)) {
...@@ -637,6 +637,6 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService { ...@@ -637,6 +637,6 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
} }
} }
} }
} }*/
} }
} }
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