浏览代码

优化代码

wuxw 2 年之前
父节点
当前提交
90ab77990b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      java110-db/src/main/resources/mapper/community/FloorServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/community/FloorServiceDaoImplMapper.xml

@@ -266,7 +266,7 @@
         <if test="lift !=null and lift != ''">
             and bu.lift= #{lift}
         </if>
-        order by t.floor_num * 1,bu.unit_num * 1 asc
+        order by t.seq,t.floor_num,bu.unit_num asc
         <!-- <if test="page != -1 and page != null ">
              limit #{page}, #{row}
          </if>limit 10;-->