xuhy
2025-01-10 d1632e46b772d691e55b4013585bfe61164b8bde
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),