Commit ba09ed09 authored by libin's avatar libin

营地排序

parent 9a012ed9
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
and `city`=#{cityCode} and `city`=#{cityCode}
</if> </if>
GROUP BY cs.id GROUP BY cs.id
order by `hot`DESC,`crt_time` DESC order by cs.hot DESC,cs.crt_time 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