返回结果Integer 改为Long

This commit is contained in:
zhanghongqing
2018-12-01 16:00:15 +08:00
parent 8263139b26
commit 47fdfd1afd
2 changed files with 3 additions and 3 deletions

View File

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