Commit 203cecae by 徐高华

朋友圈

parent 02a4df1e
...@@ -635,6 +635,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService { ...@@ -635,6 +635,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()) ;
end = DateUtil.addDay(end,-1) ;
List<TabQwMomentPlan> planList = this.qwMomentPlanMapper.listForStop(end) ; List<TabQwMomentPlan> planList = this.qwMomentPlanMapper.listForStop(end) ;
if(CollectionUtils.isNotEmpty(planList)) { if(CollectionUtils.isNotEmpty(planList)) {
for(TabQwMomentPlan plan : 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