Commit ea031d97 authored by 李腾威's avatar 李腾威

增加parentname

parent cc7ca06b
......@@ -399,6 +399,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
List<FormValue> formValue = new ArrayList();
Map<String, Object> result = new HashMap<>();
result = Bean.BeantoMap(orgUsr);
result.put("parenName",getById(orgUsr.getParentId()).getBizOrgName());
// 放入所有动态表单数据
for (AlertForm alertForm : alertForms) {
result.put(alertForm.getFieldCode(), null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment