二级缓存调整
This commit is contained in:
parent
ed81a9807a
commit
f52e462e18
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue