修改流量统计中上段时间countInteger类型改为Long

This commit is contained in:
zhanghongqing
2018-12-01 16:45:46 +08:00
parent 47fdfd1afd
commit 5221c2cbad
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ public interface TrafficHttpStatisticDao {
//获取域名分类之后属于的网站
List<TrafficHttpStatistic> getDomainByWebsiteList(@Param("statTime")Date statTime);
Integer preWebsiteListCount(@Param("websiteServiceId") Integer websiteServiceId,@Param("statTime") Date statTime);
Long preWebsiteListCount(@Param("websiteServiceId") Integer websiteServiceId,@Param("statTime") Date statTime);
List<Map> getDomainByWebsiteServiceId(@Param("websiteServiceId") Integer websiteServiceId,@Param("statTime") Date statTime);
Map websiteDomainOthers(@Param("webIdList") List webIdList,@Param("websiteServiceId") Integer websiteServiceId,@Param("statTime") Date statTime);