Commit 785fc1b0 by 徐高华

Merge branch 'feature-canvas' into 'developer'

Feature canvas

See merge request !2375
parents fb5d0b8d f5860a77
......@@ -523,6 +523,10 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
return;
}
logger.info("开始群群发统计{}", ownerLog.getMsgid());
if(StringUtils.isBlank(ownerLog.getMsgid())) {
logger.info("msgid为空");
return ;
}
Long planId = ownerLog.getPlanId();
TabGroupChatPlan plan = this.groupChatPlanMapper.selectById(planId);
if (null == 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