课程详情

This commit is contained in:
huangrun
2025-12-08 14:56:41 +08:00
parent aa14fffd6c
commit 951f2b0105

View File

@@ -187,9 +187,11 @@ public class CourseManageApi extends ApiBaseController{
rs.put("dicts",dicts); rs.put("dicts",dicts);
} }
//void getCourseFromKJB(CourseFullText courseFull,Course course){ //void getCourseFromKJB(CourseFullText courseFull,Course course){
log.info("-------课程详情(KJB)查询开始-------");
CourseFullText courseFull = new CourseFullText(); CourseFullText courseFull = new CourseFullText();
courseFull.setId(course.getId()); courseFull.setId(course.getId());
new CourseFullTextApi().getCourseFromKJB(courseFull,course); new CourseFullTextApi().getCourseFromKJB(courseFull,course);
log.info("-------课程详情(KJB)查询结束-------");
log.error("-------是否仅内网查看 = " + isPermission); log.error("-------是否仅内网查看 = " + isPermission);
rs.put("course",course); rs.put("course",course);