更新:企业类型

This commit is contained in:
chenyanchang
2026-06-27 21:49:27 +08:00
parent ba2f73d3b8
commit fd30b8246a

View File

@@ -282,6 +282,8 @@ public class SsoService {
company.setLegalPhone(object.getString("entLegalPersonPhone"));
company.setIndustry(object.getString("entIndustry"));
company.setRegisteredAddress(object.getString("entRegisteredAddress"));
company.setNature(object.getString("entType"));
// company.setScale(object.getString("entSize"));
companyService.insertCompany(company);
}
/**