Commit d72026b6 by erqian

Merge branch 'feature/bsl_hm_modify' into developer

parents 89c902ad 266311ca
......@@ -461,6 +461,8 @@ public class GroupChatHmServiceImpl implements GroupChatHmService {
dto.setMemberIsJoin(0);
}
});
} else {
resultPage.setResult(new ArrayList<>());
}
return resultPage;
}
......
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