管理端端添加课程AI设置信息

This commit is contained in:
huangrun
2025-11-21 11:27:43 +08:00
parent 59e42cda4f
commit b0a0725373

View File

@@ -460,6 +460,9 @@ public class CourseServiceImpl implements ICourseService {
rs.setList(paginate);
if (!paginate.isEmpty()) {
log.info("-----KJB------ getCourse");
for (Course course : paginate) {
this.getCourseFromKJB(course);
}
}
return rs;
}