大屏统计图表接口返回值增加上一段时间参数preCount,其它类型others
This commit is contained in:
@@ -17,4 +17,12 @@ public interface TrafficUaStatisticDao {
|
||||
List<TrafficUaStatistic> browserList();
|
||||
|
||||
List<Map> getSystemBybrowser(@Param("bsType") Integer bsType);
|
||||
|
||||
Map systemOthers(@Param("bsType") List bsType,@Param("osType") Integer osType);
|
||||
|
||||
Map browserOthers(@Param("osType") List osType,@Param("bsType") Integer bsType);
|
||||
|
||||
Integer preSystemListCount(@Param("osType") Integer osType);
|
||||
|
||||
Integer preBrowserListCount(@Param("bsType") Integer bsType);
|
||||
}
|
||||
Reference in New Issue
Block a user