|
|
@@ -28,7 +28,7 @@ public class ExpenseCountsServiceImpl implements ExpenseCountsService {
|
|
|
@Override
|
|
|
@CacheEvict(value = "getCounts#300",allEntries = true)
|
|
|
public Object getCountsClear() {
|
|
|
- LoggerUtils.debug(getClass(),"缓存清除。");
|
|
|
+ LoggerUtils.debug(getClass(),"报销统计缓存清除。");
|
|
|
return 1;
|
|
|
}
|
|
|
}
|