Explorar o código

优化停车场功

wuxw %!s(int64=6) %!d(string=hai) anos
pai
achega
11a6d4641d

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

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