Commit 01f01906 by 徐高华

朋友圈通知

parent e807cb8f
......@@ -356,6 +356,10 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
logger.info("定时发布任务发送通知={}",params);
Long planId = Long.valueOf(params) ;
TabQwMomentPlan plan = this.qwMomentPlanMapper.getById(planId) ;
if(null == plan) {
logger.info("null");
return;
}
this.send(plan);
}
......
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