@@ -218,6 +218,7 @@
WHERE account_id = #{accountId}
AND stat_date = #{startTime}
GROUP BY stat_hour
+ order by stat_hour
</select>
<select id="getNewlyUpdateTime" resultType="java.lang.String">