mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
无受众的所有人可以看
This commit is contained in:
@@ -269,6 +269,8 @@ public class CoursePortalApi extends ApiBaseController{
|
|||||||
// return wrap(JsonResponseStatus.NO_CONTENT, "您无学习此课程的权限,请与管理员联系",rs);
|
// return wrap(JsonResponseStatus.NO_CONTENT, "您无学习此课程的权限,请与管理员联系",rs);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
}else {
|
||||||
|
pass = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -169,6 +169,8 @@ public class StudyCourseApi extends ApiBaseController{
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}else {
|
||||||
|
pass = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
List<CourseContent> cclist=contentService.getByCourseId(cid);
|
List<CourseContent> cclist=contentService.getByCourseId(cid);
|
||||||
|
|||||||
Reference in New Issue
Block a user