...
This commit is contained in:
parent
a495fff99d
commit
0b654e53f1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue