新增面授地点和上课时间字段

This commit is contained in:
daihh
2023-03-24 17:05:17 +08:00
parent fbcd4002c7
commit 6d846f56c3

View File

@@ -82,6 +82,8 @@ public class CourseStudyElasticsearchImpl implements ICourseStudySearch{
builder.field("status").startObject().field("type", "integer").endObject();
builder.field("progress").startObject().field("type", "integer").endObject();
builder.field("applyStatus").startObject().field("type", "integer").endObject();
builder.field("attendCourseTime").startObject().field("type", "integer").endObject();
builder.field("courseAddress").startObject().field("type", "keyword").endObject();
builder.endObject();
builder.endObject();