小程序主页接口

This commit is contained in:
张松
2025-03-07 14:52:18 +08:00
parent 8e601b65dd
commit 69d3a7fa78
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@
and a.name like concat('%', #{name}, '%')
</if>
<if test="classify != null">
and c.category_id = #{classify}
and c.group_category_id = #{classify}
</if>
<if test="distanceType != null">
and ST_Distance_Sphere(POINT(b.lng, b.lat), POINT(#{lng}, #{lat})) &lt;= #{distanceType}