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

直接内存代替缓存

上级 d86e600a
......@@ -227,8 +227,14 @@ public class OUModelService
public synchronized void refreshModel()
{
this.deptmap=null;
this.orgmap=null;
synchronized (lockDept)
{
this.deptmap = null;
}
synchronized (lockOrg)
{
this.orgmap = null;
}
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册