课程详情

This commit is contained in:
huangrun
2025-12-08 14:55:07 +08:00
parent 1d7e478aac
commit aa14fffd6c

View File

@@ -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);