无关风月
2025-01-10 2c258c39133435fa0e6e6da85d503982fd5a967d
applet/src/main/resources/mapping/TStoreMapper.xml
@@ -55,6 +55,7 @@
               </if>
        from t_store
        where isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        and status = 1
        ORDER BY
        <if test="query.lon != null and query.lon != '' and query.lat != null and query.lat != ''">
            IFNULL(distance,0),