提交 52776d86 作者: xiaowang

排序

上级 63b72903
...@@ -466,7 +466,7 @@ ...@@ -466,7 +466,7 @@
and uat.is_deleted = 0 and uat.is_deleted = 0
and uat.apply_status = 1 and uat.apply_status = 1
and ci.is_deleted = 0 and ci.is_deleted = 0
ORDER BY distance ASC ORDER BY if(ci.id = 11, 1, 0) DESC, distance ASC
LIMIT #{pageNo}, #{pageSize} LIMIT #{pageNo}, #{pageSize}
</select> </select>
<select id="getJoinStoreCount" resultType="java.lang.Integer"> <select id="getJoinStoreCount" resultType="java.lang.Integer">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论