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