Commit 5e892bf4 authored by jiaorz's avatar jiaorz

邮箱授权码修改

parent 9d826be5
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<if test="params.query != null and params.query != ''"> <if test="params.query != null and params.query != ''">
and (t.`name` like CONCAT('%',#{params.query},'%') or t.introduce like CONCAT('%',#{params.query},'%')) and (t.`name` like CONCAT('%',#{params.query},'%') or t.introduce like CONCAT('%',#{params.query},'%'))
</if> </if>
order by gs.distance order by t.rank DESC, gs.distance
</select> </select>
<!--查询旅游路线列表--> <!--查询旅游路线列表-->
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
where tg.tag_id = #{params.tagId}) and t.recommend = 1 where tg.tag_id = #{params.tagId}) and t.recommend = 1
ORDER BY t.recommend ORDER BY t.recommend
</if> </if>
order by t.rank DESC
</select> </select>
<!--首页查询全部--> <!--首页查询全部-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment