mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 17:36:47 +08:00
在线课考试添加任务计算,回退
This commit is contained in:
@@ -100,7 +100,6 @@ public class StudyExamApi extends ApiBaseController{
|
||||
|
||||
//执行完毕 清除redis记录
|
||||
redisTemplate.delete(key);
|
||||
scDao.finishCheck(exam.getStudyId(),exam.getContentId(),exam.getContentTotal(),token);
|
||||
List<StudyCourse> allUserList = thirdApi.getStudyCourseList(exam.getStudyId() ,exam.getCourseId(), token);
|
||||
log.info("在线课学习记录"+allUserList);
|
||||
return success(exam);
|
||||
|
||||
@@ -133,7 +133,4 @@ public class StudyExam extends IdEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Column(name = "last_time")
|
||||
private LocalDateTime lastTime;
|
||||
|
||||
/**内容的总数量*/
|
||||
private Integer contentTotal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user