|
|
@@ -35,7 +35,6 @@ public class AdminStatisticsServiceImpl implements AdminStatisticsService {
|
|
|
@Cacheable(value = "adminStatisticeLists#300", key = "'key:'+#aid")
|
|
|
public Object lists(String aid) {
|
|
|
//获取当月的列表
|
|
|
-
|
|
|
Map<String,Object> map=new HashMap<>();
|
|
|
Days days = new Days();
|
|
|
List thisMonth = getThisMonth(days);
|
|
|
@@ -59,8 +58,8 @@ public class AdminStatisticsServiceImpl implements AdminStatisticsService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @CacheEvict(value = "adminStatisticeLists", key = "'key:'+#aid")
|
|
|
- public Object listsClean(String adminId) {
|
|
|
+ @CacheEvict(value = "adminStatisticeLists#300", key = "'key:'+#aid")
|
|
|
+ public Object listsClean(String aid) {
|
|
|
LoggerUtils.debug(getClass(), "管理员信息统计缓存清除。");
|
|
|
return 1;
|
|
|
}
|