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:
@@ -186,6 +186,10 @@ public class CourseManageApi extends ApiBaseController{
|
||||
isPermission = dicts.contains(course.getOrgId());
|
||||
rs.put("dicts",dicts);
|
||||
}
|
||||
//void getCourseFromKJB(CourseFullText courseFull,Course course){
|
||||
CourseFullText courseFull = new CourseFullText();
|
||||
courseFull.setId(course.getId());
|
||||
new CourseFullTextApi().getCourseFromKJB(courseFull,course);
|
||||
|
||||
log.error("-------是否仅内网查看 = " + isPermission);
|
||||
rs.put("course",course);
|
||||
|
||||
Reference in New Issue
Block a user