update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user