修改流量统计信息

This commit is contained in:
zhanghongqing
2018-09-26 09:48:45 +08:00
parent e47e60e4c0
commit a4f4c490ee

View File

@@ -226,7 +226,7 @@ public class DashboardService extends BaseService{
map.put("count",website.getCount());
map.put("pktNum",website.getPktNum());
map.put("byteLen",website.getByteLen());
preCount = trafficHttpStatisticDao.preWebsiteListCount(website.getWebId());//上个时段的量 用于与现在对比
preCount = trafficHttpStatisticDao.preWebsiteListCount(website.getWesiteServiceId());//上个时段的量 用于与现在对比
if(preCount!=null){
map.put("preCount",preCount);
}else{