wuxw 2 роки тому
батько
коміт
90ab77990b

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

@@ -266,7 +266,7 @@
         <if test="lift !=null and lift != ''">
         <if test="lift !=null and lift != ''">
             and bu.lift= #{lift}
             and bu.lift= #{lift}
         </if>
         </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 ">
         <!-- <if test="page != -1 and page != null ">
              limit #{page}, #{row}
              limit #{page}, #{row}
          </if>limit 10;-->
          </if>limit 10;-->