单点登录企业添加省、市字段

This commit is contained in:
chenshaohua
2026-07-29 11:49:53 +08:00
parent 487dc33049
commit 5303f8a8ed
2 changed files with 8 additions and 0 deletions

View File

@@ -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();