提交 50d566d1 编写于 作者: O o2sword

修复查询角色身份关联的组织信息未返回问题

上级 0fe7692a
......@@ -196,14 +196,13 @@ class ActionListIdentityWithUnitWithNameObject extends BaseAction {
matchUnit = business.unit().pick(o.getUnit());
unitMap.put(matchUnit.getId(), matchUnit);
}
/*Unit unit = unitMap.get(identity.getUnit());
Unit unit = unitMap.get(identity.getUnit());
if(unit == null){
unit = business.unit().pick(identity.getUnit());
unitMap.put(unit.getId(), unit);
}
Person person = business.person().pick(identity.getPerson());
*/
Wo wo = this.convertToIdentity(matchUnit, null, null, identity);
Wo wo = this.convertToIdentity(matchUnit, unit, person, identity);
wos.add(wo);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册