Commit ae2dbe8f by 徐高华

群主变更

parent 6ad8a4f5
...@@ -321,6 +321,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -321,6 +321,7 @@ public class GroupChatServiceImpl implements GroupChatService {
} }
if (type == 2) { if (type == 2) {
this.updateChatStatus(qwDTO, groupChatId); this.updateChatStatus(qwDTO, groupChatId);
this.updateGroupChatDetail(qwDTO, groupChatId, false);
} }
if (type == 3) { if (type == 3) {
this.updateGroupChatDetail(qwDTO, groupChatId, true); this.updateGroupChatDetail(qwDTO, groupChatId, true);
......
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