@@ -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>