This commit is contained in:
chenyanchang
2026-06-29 18:35:11 +08:00
parent bc5c4d7f33
commit a326a667ea
2 changed files with 3 additions and 2 deletions

View File

@@ -291,6 +291,7 @@ public class SsoService {
company.setIndustry(object.getString("entIndustry"));
company.setRegisteredAddress(object.getString("entRegisteredAddress"));
company.setNature(object.getString("entType"));
company.setDescription(object.getString("entIntro"));
// company.setScale(object.getString("entSize"));
companyService.insertCompany(company);
}