Commit 34e219e4 by huangjy

fix:移动端排序问题

parent 20e6891c
......@@ -109,7 +109,7 @@
</foreach>
</if>
</where>
order by pb.room_id
order by pb.id desc,pb.status desc
</select>
<select id="getPage" resultType="com.makeit.vo.platform.space.PlatBedVo">
......
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 sign in to comment