wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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 unitNum asc
        order by t.floor_num,unitNum asc
        <!-- <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>limit 10;-->