Commit 8f648a54 authored by chenhao's avatar chenhao

获取身份证

parent cdd444f0
......@@ -117,6 +117,9 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
@Value("${auth-key-org-user:org_user_info}")
private String authKey;
@Autowired
OrgUsrServiceImpl iOrgUsrService;
public static List<OrgMenuDto> buildTreeParallel(List<OrgUsr> list) {
......@@ -441,6 +444,8 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
if (null != result1.getResult()) {
t.put("amosOrgCode", result1.getResult().getRealName());
}
String chargePersonId = iOrgUsrService.getIdNumberByAmosId(t.get("amosOrgId").toString());
t.put("chargePersonId", chargePersonId);
}
});
......
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