课程受众权限暂时不上线

This commit is contained in:
joshen@zcwytd.com
2023-10-30 19:09:43 +08:00
parent 89035f63fa
commit 669f59c7d3

View File

@@ -356,6 +356,7 @@ public class CourseElasticsearchImpl implements ICourseFullTextSearch{
/* 2023-08-08 不管是否是此课程受众 ,都可以搜索到 但点进课程详情提示无权限*/
//加上Source判断是为了应对后台查询后台查询时不需要权限但是需要指定数据来源
/* 20231030 暂时不上线,
if(params.getSource()==null || params.getSource()==0 ) {
//受众权限条件,必须是有受众的课程并且受众条件不为空
if(params.getAudiences()!=null && params.getAudiences().length>0) {
@@ -386,7 +387,7 @@ public class CourseElasticsearchImpl implements ICourseFullTextSearch{
}
boolQuery.minimumShouldMatch(1);
}
}
}*/
//在哪端显示
if(params.getDevice()!=null) {