springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/EldersAuthDAO.java
@@ -39,6 +39,7 @@ " ) t " + " LEFT JOIN com_elders_auth ea ON t.id = ea.id " + " LEFT JOIN sys_user u ON ea.SUMIT_USER_ID = u.user_id\n" + " LEFT JOIN com_act ac ON u.community_id = ac.community_id\n" + " <where> " + "<if test='pageEldersAuthDTO.communityId != null'>" +