Commit d499ebf8 by huangjy

fix:居家排序问题

parent 35c78144
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
</foreach> </foreach>
</if> </if>
</where> </where>
order by pb.status desc,pb.room_id desc order by pb.id desc,pb.status 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 sign in to comment