This commit is contained in:
wangliwen 2022-12-14 16:06:06 +08:00
parent a495fff99d
commit 0b654e53f1
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
}
@Override
@Cacheable(value = resourceSelectTotalKey, key = "#{'totol'}")
@Cacheable(value = resourceSelectTotalKey, key = "'totol'")
public Object selectTotal() {
HashMap<String, Object> resultMap = new HashMap<>();
List<Map> re = resourceDao.selectTypeCount(null);