移动端-添加人力资源机构列表查询

This commit is contained in:
chenshaohua
2026-07-11 21:04:36 +08:00
parent 52a528f118
commit 78ecff8435
4 changed files with 18 additions and 1 deletions

View File

@@ -297,6 +297,7 @@ public class SsoService {
company.setRegisteredAddress(object.getString("entRegisteredAddress"));
company.setNature(object.getString("entType"));
company.setDescription(object.getString("entIntro"));
// company.setIsHrs(object.getString("isServiceProvider").equals("Y")?"0":null);//是否是人力资源机构
// company.setScale(object.getString("entSize"));
companyService.insertCompany(company);
}