Commit a3079dc9 by 徐高华

朋友圈

parent 203cecae
......@@ -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