|
|
|
@ -594,6 +594,7 @@ public class ResourcesQuestionSnapshotService extends CoreBaseService<ResourcesQ
|
|
|
|
|
Assert.notNull(student, "该接口只允许学生访问");
|
|
|
|
|
PageQuery pageQuery = query.getPageQuery();
|
|
|
|
|
pageQuery.setPara("studentId", student.getStudentId());
|
|
|
|
|
pageQuery.setPara("classIds", student.getClassId().toString());
|
|
|
|
|
// 默认只查询普通最终提交
|
|
|
|
|
query.setQuestionLogAddType(defaultIfNull(query.getQuestionLogAddType(), FINALLY_SUBMIT));
|
|
|
|
|
PageQuery<TeacherOpenCourseQuestionTestSimpleInfoVO> questionTestSimpleInfo = resourcesQuestionSnapshotDao.getQuestionTestSimpleInfo(pageQuery);
|
|
|
|
|