1.修改岗位上传添加社会信用代码

2.修改es查询时,不放逐添加,修改为精准查询
This commit is contained in:
sh
2026-03-10 20:37:47 +08:00
parent 132e4886d7
commit d918189775
7 changed files with 132 additions and 31 deletions

View File

@@ -44,41 +44,46 @@ public class JobExcelVo
@ApiModelProperty("用人单位名称")
private String companyName;
@ExcelProperty(value = "职位名称", index = 6,converter = LongConverter.class)
@ExcelProperty(value = "社会信用代码", index = 6)
@Excel(name = "社会信用代码")
@ApiModelProperty("社会信用代码")
private String code;
@ExcelProperty(value = "职位名称", index = 7,converter = LongConverter.class)
@Excel(name = "招聘人数")
@ApiModelProperty("招聘人数")
private Long vacancies;
@ExcelProperty(value = "职位名称", index = 7)
@ExcelProperty(value = "职位名称", index = 8)
@ApiModelProperty("岗位描述")
private String description;
@ExcelProperty(value = "职位名称", index = 8)
@ExcelProperty(value = "职位名称", index = 9)
@ApiModelProperty("岗位分类")
private String jobCategory;
@ExcelProperty(value = "职位名称", index = 9)
@ExcelProperty(value = "职位名称", index = 10)
@ApiModelProperty("岗位类型 0疆内 1疆外")
private String jobType;
@ExcelProperty(value = "职位名称", index = 10)
@ExcelProperty(value = "职位名称", index = 11)
@ApiModelProperty("类型 0常规岗位 1就业见习岗位 2实习实训岗位 3社区实践岗位 4零工 对应字段字典position_type")
private String type;
@ExcelProperty(value = "职位名称", index = 11)
@ExcelProperty(value = "职位名称", index = 12)
@ApiModelProperty("工作地点")
private String jobAddress;
@ExcelProperty(value = "职位名称", index = 12)
@ExcelProperty(value = "职位名称", index = 13)
@Excel(name = "岗位区划")
@ApiModelProperty("岗位区划")
private String jobLocation;
@ExcelProperty(value = "联系人", index = 13)
@ExcelProperty(value = "联系人", index = 14)
@ApiModelProperty("联系人")
private String contactPerson;
@ExcelProperty(value = "联系人电话", index = 14)
@ExcelProperty(value = "联系人电话", index = 15)
@ApiModelProperty("联系人电话")
private String contactPersonPhone;