Commit 1c6b7952 by 徐高华

Merge branch 'feature-canvas' into 'developer'

社群群发-失效处理

See merge request !2329
parents b5857647 caa87e95
......@@ -692,6 +692,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
@Override
public void cancelSendTimer(String params) {
logger.info("过期取消发送={}",params);
List<GroupChatPlanOwnerLogDTO> list = this.groupChatPlanOwnerLogMapper.listForCancelSend();
if(CollectionUtils.isNotEmpty(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