Commit 3e42e9c0 by 徐高华

Merge branch 'ferture/四月迭代需求' into 'master'

群满-待开发的id可能查不到

See merge request !1209
parents 9301f3e1 11214cab
......@@ -240,6 +240,7 @@ public class GroupChatHmServiceImpl implements GroupChatHmService {
List<TabGroupChat> list = this.groupChatMapper.listByWxWxChatIdListDk(wxEnterpriseId,
qwChatIdList);
if (CollectionUtils.isEmpty(list)) {
this.saveChatFullNotice(wxEnterpriseId, thisGroupChatId);
logger.info("查询群列表空,dkList={}", qwChatIdList);
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