1.job表添加pass和passReason字典
2.修改企业es排序,未发布放最上面
This commit is contained in:
@@ -162,4 +162,13 @@ public class ESJobDocument
|
||||
@ApiModelProperty("公司信息")
|
||||
@IndexField(fieldType = FieldType.TEXT)
|
||||
private String companyVoJson;
|
||||
|
||||
@ApiModelProperty("是否发布 0未发布 1发布")
|
||||
private Integer isPublish;
|
||||
|
||||
@ApiModelProperty("是否通过 0通过,1不通过")
|
||||
private String pass;
|
||||
|
||||
@ApiModelProperty("是否通过原因")
|
||||
private String passReason;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user