Commit caa87e95 by 徐高华

社群群发-失效处理

parent 3e83fa26
...@@ -692,6 +692,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService { ...@@ -692,6 +692,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
@Override @Override
public void cancelSendTimer(String params) { public void cancelSendTimer(String params) {
logger.info("过期取消发送={}",params);
List<GroupChatPlanOwnerLogDTO> list = this.groupChatPlanOwnerLogMapper.listForCancelSend(); List<GroupChatPlanOwnerLogDTO> list = this.groupChatPlanOwnerLogMapper.listForCancelSend();
if(CollectionUtils.isNotEmpty(list)) { if(CollectionUtils.isNotEmpty(list)) {
for(GroupChatPlanOwnerLogDTO dto : list) { for(GroupChatPlanOwnerLogDTO dto : list) {
......
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