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

bug 2824

parent 117ab981
......@@ -607,7 +607,9 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
if (!ObjectUtils.isEmpty(OrgPersonVo.getAmosOrgId())) {
AgencyUserModel user = Privilege.agencyUserClient.queryByUserId(OrgPersonVo.getAmosOrgId()).getResult();
OrgPersonVo.setAmosOrgCode(user.getRealName());
// bug 2824 by litw 机场人员系统角色丢失 2021年9月10日 start
orgUsr.setAmosOrgCode(user.getRealName());
// bug 2824 by litw 机场人员系统角色丢失 2021年9月10日 end
}
saveOrgUsrDynamicFormInstance(orgUsr, OrgPersonVo.getDynamicFormValue());
......
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