springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/EldersAuthDAO.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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'>" +