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 != """> and su.app_id = #{appId} </if> <if test="id != null"> and cs.street_id=#{id} </if>