Commit 266311ca by erqian

fix:修改堡狮龙群活码只展示带骑行名称的

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