springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/BigScreenServiceImpl.java
@@ -76,7 +76,7 @@ @Override public R<List<PartyBuildingMemberVO>> bigscreenPartyactivitytopuser(Long communityId) { List<PartyBuildingMemberVO> listRt = bigScreenDAO.bigscreenPartyactivitytopuser(communityId); if(listRt==null || listRt.size()< 0){ if(listRt==null || listRt.size()< 3){ //选择默认的党员列表 List<PartyBuildingMemberVO> defaultPartyactivity = bigScreenDAO.defaultPartyactivity(communityId); listRt.addAll(defaultPartyactivity);