添加es查询是isPublish 缺失问题
This commit is contained in:
@@ -156,4 +156,7 @@ public class ESJobDocument
|
|||||||
@ApiModelProperty("公司信息")
|
@ApiModelProperty("公司信息")
|
||||||
@IndexField(fieldType = FieldType.TEXT)
|
@IndexField(fieldType = FieldType.TEXT)
|
||||||
private String companyVoJson;
|
private String companyVoJson;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否发布 0未发布 1发布")
|
||||||
|
private Integer isPublish;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user