mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
增加companyId
This commit is contained in:
@@ -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(","));
|
||||
|
||||
@@ -60,6 +60,9 @@ public class CourseQueryDto {
|
||||
/**排序顺序*/
|
||||
private Boolean orderAsc;
|
||||
|
||||
/**companyId 主要是老系统的权限*/
|
||||
private String companyId;
|
||||
|
||||
/**
|
||||
* 置顶
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user