更新:1.查询岗位时添加时间段筛选,2.查询岗位不准确的问题。
This commit is contained in:
@@ -60,7 +60,7 @@ public class ESJobDocument
|
||||
@ApiModelProperty("工作地点区县字典代码")
|
||||
private Integer jobLocationAreaCode;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("发布时间")
|
||||
private Date postingDate;
|
||||
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
package com.ruoyi.cms.domain.query;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.ruoyi.cms.domain.Job;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -55,4 +57,10 @@ public class ESJobSearch extends Job
|
||||
|
||||
/*** 用户角色app角色:0企业,1求职者,2网格员 3内部政府人员*/
|
||||
private String userType;
|
||||
|
||||
//开始时间
|
||||
private Date startDate;
|
||||
|
||||
//结束时间
|
||||
private Date endDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user