Commit b90649e8 authored by zhangyingbin's avatar zhangyingbin

修改企业审核接口

parent 66edb940
......@@ -171,7 +171,7 @@ public class CompanyServiceImpl extends BaseService<CompanyDto, Company, Company
orgServiceImpl.dataHandling(jsonObject,bizOrgType,null);
//企业管理员人员 动态表单存储
jsonObject = null;
jsonObject = new JSONObject();
jsonObject.put("name",adminName);
jsonObject.put("phone",adminPhone);
jsonObject.put("amosOrgId",agencyUserModel.getSequenceNbr());
......
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