修改单点同步是否人力资源机构
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user