puhanshu
2022-01-17 2262a63ebeaf657feff4c1284c10174867fc8df0
商业街距离计算修改
1个文件已修改
5 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/McsInformationMapper.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/McsInformationMapper.xml
@@ -92,12 +92,7 @@
            ORDER BY t1.created_at DESC
        ) temp WHERE 1=1
        <if test="pageMcsInformationDTO.distance != null">
            <if test="pageMcsInformationDTO.isMore != null and pageMcsInformationDTO.isMore ==1">
                AND distance &gt; #{pageMcsInformationDTO.distance}
            </if>
            <if test="pageMcsInformationDTO.isMore == null">
                AND distance &lt;= #{pageMcsInformationDTO.distance}
            </if>
        </if>
    </select>