Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend
This commit is contained in:
@@ -131,7 +131,7 @@ public class Company extends BaseEntity
|
||||
@ApiModelProperty("是否下架(0上架,1下架)")
|
||||
private String companyStatus;
|
||||
|
||||
@ApiModelProperty("是否人力资源机构(0是,否)")
|
||||
@ApiModelProperty("是否人力资源机构(Y是,N否)")
|
||||
private String isHrs;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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