Commit af1fc6a1 by 徐高华

朋友圈

parent c5e13cd6
...@@ -602,6 +602,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService { ...@@ -602,6 +602,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
@Override @Override
public void qwDataTimer(String params) { public void qwDataTimer(String params) {
logger.info("朋友圈-定时-{}",params);
// 是否完成 // 是否完成
if(params.equals("1")) { if(params.equals("1")) {
List<Long> planIdList = this.qwMomentPlanMapper.listForData(1) ; List<Long> planIdList = this.qwMomentPlanMapper.listForData(1) ;
......
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