mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-24 18:23:05 +08:00
commit
This commit is contained in:
@@ -196,7 +196,7 @@ public class StudyCourseApi extends ApiBaseController{
|
||||
log.info("---- KJB 获取课程详情 ---");
|
||||
CourseFullText courseFullText = new CourseFullText();
|
||||
courseFullText.setId(cid);
|
||||
courseFullTextApi.getCourseFromKJB(courseFullText,course);
|
||||
courseFullTextApi.getCourseFromKJB(courseFullText,course1);
|
||||
rs.put("course",course1);
|
||||
//rs.put("course",course);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user