|
@@ -92,6 +92,8 @@ public class CourseStudentBurialpointController {
|
|
|
//进度不能覆盖,查询该学生该课程上一次的学习进度,如果本次进度不大于最高的进度,就只存最高的进度
|
|
//进度不能覆盖,查询该学生该课程上一次的学习进度,如果本次进度不大于最高的进度,就只存最高的进度
|
|
|
param.put("userId", userId);
|
|
param.put("userId", userId);
|
|
|
param.put("hourId", courseStudentBurialpoint.getHourId());
|
|
param.put("hourId", courseStudentBurialpoint.getHourId());
|
|
|
|
|
+ param.put("funcType", courseStudentBurialpoint.getFuncType());
|
|
|
|
|
+ param.put("type", courseStudentBurialpoint.getType());
|
|
|
List<CourseStudentBurialpoint> alreadyList= courseStudentBurialpointService.wrapperList(param);
|
|
List<CourseStudentBurialpoint> alreadyList= courseStudentBurialpointService.wrapperList(param);
|
|
|
List<String> alreadyProgressList=CollStreamUtil.toList(alreadyList, CourseStudentBurialpoint::getProgress);
|
|
List<String> alreadyProgressList=CollStreamUtil.toList(alreadyList, CourseStudentBurialpoint::getProgress);
|
|
|
//将String转为Long
|
|
//将String转为Long
|