Commit 9951a956 by 徐高华

创建群

parent 6af75e46
...@@ -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