|
|
|
@ -329,7 +329,7 @@ public class TeacherOpenCourseHandsOnService extends CoreBaseService<TeacherOpen
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
List<StudentHandsOnVO> studentHandsOnVOS = new ArrayList<>();
|
|
|
|
|
BigDecimal b = BigDecimal.ONE;
|
|
|
|
|
BigDecimal b = BigDecimal.ZERO;
|
|
|
|
|
for (TeacherOpenCourseHandsOn handsOn : handsOnList) {
|
|
|
|
|
StudentHandsOnVO studentHandsOnVO = new StudentHandsOnVO();
|
|
|
|
|
Long handsOnId = handsOn.getHandsOnId();
|
|
|
|
|