puhanshu
2022-08-31 048868b968a906a73ca6dd639d2f08a12739c93e
bug修改
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
@@ -691,6 +691,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>