mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
管理端端添加课程AI设置信息
This commit is contained in:
@@ -460,6 +460,9 @@ public class CourseServiceImpl implements ICourseService {
|
|||||||
rs.setList(paginate);
|
rs.setList(paginate);
|
||||||
if (!paginate.isEmpty()) {
|
if (!paginate.isEmpty()) {
|
||||||
log.info("-----KJB------ getCourse");
|
log.info("-----KJB------ getCourse");
|
||||||
|
for (Course course : paginate) {
|
||||||
|
this.getCourseFromKJB(course);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return rs;
|
return rs;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user