huanghongfa
2021-12-14 1f01148307ac8b0497f7ef076b7fc0cab61a25ad
修改bug
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml
@@ -847,7 +847,7 @@
            LEFT JOIN com_street AS cs ON cs.street_id = ca.street_id
            <where>
                <if test="streetId != null and streetId != 0">
                    and cs.street_id = 19
                    and cs.street_id = #{streetId}
                </if>
            </where>
        order by cs.street_id desc,populationNum desc