mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
课程详情
This commit is contained in:
@@ -187,9 +187,11 @@ public class CourseManageApi extends ApiBaseController{
|
||||
rs.put("dicts",dicts);
|
||||
}
|
||||
//void getCourseFromKJB(CourseFullText courseFull,Course course){
|
||||
log.info("-------课程详情(KJB)查询开始-------");
|
||||
CourseFullText courseFull = new CourseFullText();
|
||||
courseFull.setId(course.getId());
|
||||
new CourseFullTextApi().getCourseFromKJB(courseFull,course);
|
||||
log.info("-------课程详情(KJB)查询结束-------");
|
||||
|
||||
log.error("-------是否仅内网查看 = " + isPermission);
|
||||
rs.put("course",course);
|
||||
|
||||
Reference in New Issue
Block a user