大屏统计图表接口返回值增加上一段时间参数preCount,其它类型others
This commit is contained in:
@@ -12,4 +12,8 @@ public interface TrafficHttpStatisticDao {
|
||||
List<TrafficHttpStatistic> websiteList();
|
||||
|
||||
List<Map> getTypeBywebsite(@Param("webId") Integer webId);
|
||||
|
||||
Map websiteTypeOthers(@Param("webType") List webType,@Param("webId") Integer webId);
|
||||
|
||||
Integer preWebsiteListCount(@Param("webId") Integer webId);
|
||||
}
|
||||
Reference in New Issue
Block a user