小程序主页接口
This commit is contained in:
@@ -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})) <= #{distanceType}
|
||||
|
||||
Reference in New Issue
Block a user