|
|
|
@ -416,6 +416,7 @@ public class TeacherOpenCourseHandsOnService extends CoreBaseService<TeacherOpen
|
|
|
|
|
for (TeacherOpenCourseHandsOn handsOn : handsOnList) {
|
|
|
|
|
StudentHandsOnVO studentHandsOnVO = new StudentHandsOnVO();
|
|
|
|
|
Long handsOnId = handsOn.getHandsOnId();
|
|
|
|
|
studentHandsOnVO.setChapterId(handsOn.getCourseChildNode());
|
|
|
|
|
studentHandsOnVO.setTeacherOpenCourseId(handsOn.getTeacherOpenCourseId());
|
|
|
|
|
List<TeacherOpenCourseHandsOnSimulationTasks> tasks = tasksList.stream().filter(v -> v.getHandsOnId().equals(handsOnId)).collect(Collectors.toList());
|
|
|
|
|
studentHandsOnVO.setHandsOnId(handsOnId);
|
|
|
|
|