Commit b1a2bf81 by 徐高华

剔除

parent be646906
...@@ -247,11 +247,11 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -247,11 +247,11 @@ public class GroupChatServiceImpl implements GroupChatService {
public Page<GroupChatDTO> listPage(GroupChatSearchQDTO qdto, BasePageInfo basePageInfo) { public Page<GroupChatDTO> listPage(GroupChatSearchQDTO qdto, BasePageInfo basePageInfo) {
List<TabGroupChatHmRelation> relationList = null; List<TabGroupChatHmRelation> relationList = null;
if (null != qdto.getChatHmId()) { if (null != qdto.getChatHmId()) {
if (qdto.getIncludeOff() == 1) { /*if (qdto.getIncludeOff() == 1) {
relationList = this.groupChatHmRelationMapper.listByChatHmIdIncludeOff(qdto.getChatHmId()); relationList = this.groupChatHmRelationMapper.listByChatHmIdIncludeOff(qdto.getChatHmId());
} else { } else {
relationList = this.groupChatHmRelationMapper.listByChatHmId(qdto.getChatHmId()); }*/
} relationList = this.groupChatHmRelationMapper.listByChatHmId(qdto.getChatHmId());
if (CollectionUtils.isEmpty(relationList)) { if (CollectionUtils.isEmpty(relationList)) {
return new Page<GroupChatDTO>(); return new Page<GroupChatDTO>();
} }
......
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