返回结果Integer 改为Long
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
and t.stat_time =#{statTime}
|
||||
GROUP BY u.topic_id ORDER BY count desc limit 0,10
|
||||
|
||||
</select>
|
||||
</select>
|
||||
<!--获取上个时间段该网站站域名流量的数据量 -->
|
||||
<select id="preWebsiteListCount" resultType="java.lang.Long">
|
||||
SELECT SUM(c2s_byte_len+s2c_byte_len) count FROM traffic_http_statistic t
|
||||
|
||||
Reference in New Issue
Block a user