zhaozhengjie
2022-09-02 de1156db1614fe87fd6f466323ee1ff51238b147
Merge remote-tracking branch 'origin/haucheng_panzhihua' into haucheng_panzhihua
1个文件已修改
1 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>