ES查询修改

This commit is contained in:
daihh
2022-10-21 18:26:01 +08:00
parent 5aca4e60eb
commit d7ae8b47b8
2 changed files with 12 additions and 6 deletions

View File

@@ -79,7 +79,10 @@ public class CourseFullText {
private Integer isSetAudience;
/**受众受众的id,多个使用逗号分隔*/
private String audience;
//private String audience;
private String[] audiences;
/**资源归属*/
private String resOwner;