提交 acdf018f 编写于 作者: sq3536's avatar sq3536

oumap键值

上级 c2986c69
......@@ -28,7 +28,7 @@ public class OUModelService
@Autowired
private IIBZDepartmentService iibzDepartmentService;
@Cacheable( value="ibzou-model",key = "orgmap")
@Cacheable( value="ibzou-model",key = "'orgmap'")
public synchronized Map<String, Map<String, Set<String>>> getOrgModel()
{
Map<String, Map<String, Set<String>>> store=new LinkedHashMap<>();
......@@ -79,7 +79,7 @@ public class OUModelService
}
@Cacheable( value="ibzou-model",key = "deptmap")
@Cacheable( value="ibzou-model",key = "'deptmap'")
public synchronized Map<String, Map<String, Set<String>>> getDeptModel(Map<String, Map<String, Set<String>>> orgstore)
{
if(orgstore==null)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册