Browse Source

优化下 报表查询 数量

Your Name 2 years ago
parent
commit
668344bea7

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

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