puhanshu
2022-08-31 4024523c5176dc0bcb220498ad0bcc09c4978544
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -697,6 +697,7 @@
        left join com_street as cs on ac.street_id=cs.street_id
        where su.community_id<>''
        and cs.area_code<>''
        and su.type = 1
        <if test="appId != null and appId != &quot;&quot;">
            and su.app_id = #{appId}
        </if>