更新:1.查询岗位时添加时间段筛选,2.查询岗位不准确的问题。

This commit is contained in:
chenyanchang
2026-06-01 19:50:00 +08:00
parent 6462112d28
commit e27bc97cf2
3 changed files with 29 additions and 8 deletions

View File

@@ -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;