Commit 46376dde by 徐高华

Merge branch 'feature/社群' into 'developer'

继承后刷新群的状态

See merge request !728
parents 3abc966f f1ca4ff5
......@@ -936,6 +936,9 @@ public class GroupChatServiceImpl implements GroupChatService {
if (!resp.isSuccess()) {
return ServiceResponse.failure("9999", resp.getMessage());
} else {
for (Long id : groupChatIdList) {
this.updateChatStatus(qwDTO, id);
}
if (CollectionUtils.isNotEmpty(resp.getResult())) {
return ServiceResponse.failure("9999", JSON.toJSONString(resp.getResult()));
}
......
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