Merge branch 'dev'
This commit is contained in:
commit
e10a025b48
|
@ -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