Commit 9951a956 by 徐高华

创建群

parent 6af75e46
......@@ -189,6 +189,8 @@ public class GroupChatServiceImpl implements GroupChatService {
TabGroupChat groupChat = this.groupChatMapper.selectByWxChatId(wxEnterpriseId, wxChatId);
if (null == groupChat) {
logger.info("群不存在");
// 创建群
this.createChat(corpid, wxChatId);
return;
}
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