mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-10 13:01:43 +08:00
refactor: 重构仪表盘查询地域分析接口
This commit is contained in:
@@ -99,6 +99,13 @@ public interface LogMapper extends BaseMapper<LogDO> {
|
||||
@Cached(key = "#months[0]", name = CacheConstants.DASHBOARD_KEY_PREFIX + "IP:")
|
||||
List<DashboardChartCommonResp> selectListDashboardAnalysisIp(@Param("months") List<String> months);
|
||||
|
||||
/**
|
||||
* 查询仪表盘地域分析信息
|
||||
*
|
||||
* @return 仪表盘地域分析信息
|
||||
*/
|
||||
List<DashboardChartCommonResp> selectListDashboardAnalysisGeo();
|
||||
|
||||
/**
|
||||
* 查询仪表盘访问趋势信息
|
||||
*
|
||||
@@ -116,14 +123,6 @@ public interface LogMapper extends BaseMapper<LogDO> {
|
||||
*/
|
||||
List<DashboardChartCommonResp> selectListDashboardAnalysisTimeslot();
|
||||
|
||||
/**
|
||||
* 查询仪表盘地域分析信息
|
||||
*
|
||||
* @param top 显示数量
|
||||
* @return 仪表盘地域分析信息
|
||||
*/
|
||||
List<DashboardChartCommonResp> selectListDashboardAnalysisGeo(@Param("top") Integer top);
|
||||
|
||||
/**
|
||||
* 查询仪表盘模块分析信息
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user