Commit 33032dd4 by 徐高华

社群统计

parent ebf27077
...@@ -533,7 +533,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService { ...@@ -533,7 +533,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
logger.info("计划不存在{}", planId); logger.info("计划不存在{}", planId);
return; return;
} }
if(null != plan.getSendCount() && plan.getSendCount() > 0) { if(null != ownerLog.getDataGetTime()) {
logger.info("已统计过"); logger.info("已统计过");
return; return;
} }
......
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