wuxw преди 6 години
родител
ревизия
11a6d4641d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      java110-db/src/main/resources/mapper/community/ParkingAreaServiceDaoImplMapper.xml

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

@@ -100,6 +100,7 @@
         <if test="bId !=null and bId != ''">
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
             and t.b_id= #{bId}
         </if>
         </if>
+        order by t.create_time desc
         <if test="page != -1 and page != null ">
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
             limit #{page}, #{row}
         </if>
         </if>