Browse Source

新上监控提交

zhouzeyu@c-top.com.cn 3 năm trước cách đây
mục cha
commit
217ab66024

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/NewMonitorMapper.xml

@@ -113,7 +113,7 @@
                #{item}
         </foreach>
         GROUP BY account_id
-
+        order by create_time desc
     </select>
 
 
@@ -125,7 +125,7 @@
             #{item}
         </foreach>
         GROUP BY account_id
-
+        order by create_time desc
     </select>
 
     <select id="getKuaiShouGroupSum" resultType="com.alibaba.fastjson.JSONObject">