Commit d60363a6 by 徐高华

Merge branch 'feature/五月二期' into 'master'

创建群

See merge request !1298
parents 70b6e424 9951a956
...@@ -189,6 +189,8 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -189,6 +189,8 @@ public class GroupChatServiceImpl implements GroupChatService {
TabGroupChat groupChat = this.groupChatMapper.selectByWxChatId(wxEnterpriseId, wxChatId); TabGroupChat groupChat = this.groupChatMapper.selectByWxChatId(wxEnterpriseId, wxChatId);
if (null == groupChat) { if (null == groupChat) {
logger.info("群不存在"); logger.info("群不存在");
// 创建群
this.createChat(corpid, wxChatId);
return; return;
} }
TabChatNotice entity = new TabChatNotice(); TabChatNotice entity = new TabChatNotice();
......
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