فهرست منبع

修改 排序方式

yumeng 6 سال پیش
والد
کامیت
0c321b8576
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/BytedanceReportMapper.xml

+ 1 - 1
module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/BytedanceReportMapper.xml

@@ -50,7 +50,7 @@
       ctop_kuaishou_report_hourly_account
       where stat_date = #{date}
       group by stat_hour
-      order by stat_hour desc
+      order by stat_hour asc
     </select>