修改单点同步是否人力资源机构

This commit is contained in:
chenshaohua
2026-07-22 10:44:20 +08:00
parent b48af3d797
commit 5ffacded67
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,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.setIsHrs(object.getString("isServiceProvider"));//是否是人力资源机构
// company.setScale(object.getString("entSize"));
//添加联系人
CompanyContact contact=new CompanyContact();