Commit a9366239 authored by tianyiming's avatar tianyiming

1、es中任务添加任务类型字段并赋值

2、es任务列表查询修改
parent 8a68b3d0
......@@ -44,7 +44,7 @@ public class ESPlanTaskListDto {
@Field(type = FieldType.Text)
private String endTime;
@Field(type = FieldType.Text)
@Field(type = FieldType.Keyword)
private String checkDate;
@Field(type = FieldType.Text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment