单点登录企业添加省、市字段
This commit is contained in:
@@ -300,6 +300,8 @@ public class SsoService {
|
||||
company.setNature(object.getString("entType"));
|
||||
company.setDescription(object.getString("entIntro"));
|
||||
company.setIsHrs(object.getString("isServiceProvider"));//是否是人力资源机构
|
||||
company.setCompanyProvince(object.getString("entProvince"));
|
||||
company.setCompanyCity(object.getString("entCity"));
|
||||
// company.setScale(object.getString("entSize"));
|
||||
//添加联系人
|
||||
CompanyContact contact=new CompanyContact();
|
||||
|
||||
Reference in New Issue
Block a user