浏览代码

锁房列表 按index正序排

xiari 6 月之前
父节点
当前提交
47bcae49d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-modules/ruoyi-hotel/src/main/resources/mapper/hotel/business/KfOrderMapper.xml

+ 1 - 1
ruoyi-modules/ruoyi-hotel/src/main/resources/mapper/hotel/business/KfOrderMapper.xml

@@ -65,7 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="bo.orderType != null and bo.orderType != ''">
                 and o.order_type = #{bo.orderType}
             </if>
-        order by  o.update_time desc
+        order by o.order_index
         </where>
     </select>