二级缓存调整

This commit is contained in:
wangliwen 2022-06-28 14:00:18 +08:00
parent ed81a9807a
commit f52e462e18
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
}
@Override
@Cacheable(value = selectDeptListKey, key = "#p0")
@Cacheable(value = selectDeptListKey, key = "#p1")
public Object selectDeptList(JSONObject jsonObject, String type) {
List<Map> resultList = new CopyOnWriteArrayList<>();
HashMap<String, Object> resourceMap = new HashMap<>();