增加companyId

This commit is contained in:
daihh
2022-10-22 18:49:04 +08:00
parent d8c2b55c98
commit 300e77d19c
2 changed files with 5 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ public class CourseFullTextApi extends ApiBaseController{
paras.setSysType2(dto.getSysType2());//专业分类二级
paras.setSysType3(dto.getSysType3());//专业分类三级
paras.setDevice(dto.getDevice());
//用户的companyId
paras.setCompanyId(dto.getCompanyId());
//paras.setAudience(dto.getAudiences());
if(StringUtils.isNotBlank(dto.getAudiences())) {
paras.setAudiences(dto.getAudiences().split(","));

View File

@@ -60,6 +60,9 @@ public class CourseQueryDto {
/**排序顺序*/
private Boolean orderAsc;
/**companyId 主要是老系统的权限*/
private String companyId;
/**
* 置顶
*/