diff --git a/web/src/main/java/com/ibeetl/jlw/entity/vo/TeacherOpenCourseQuestionTestSimpleInfoVO.java b/web/src/main/java/com/ibeetl/jlw/entity/vo/TeacherOpenCourseQuestionTestSimpleInfoVO.java index 501be557..e45560bb 100644 --- a/web/src/main/java/com/ibeetl/jlw/entity/vo/TeacherOpenCourseQuestionTestSimpleInfoVO.java +++ b/web/src/main/java/com/ibeetl/jlw/entity/vo/TeacherOpenCourseQuestionTestSimpleInfoVO.java @@ -38,6 +38,9 @@ public class TeacherOpenCourseQuestionTestSimpleInfoVO extends QuestionLogSummar private Date teacherOpenCourseQuestionEndTime; + + private Long teacherOpenCourseMergeCourseInfoId; + // 是否已交卷 private Boolean isFinished; diff --git a/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md b/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md index a957a478..d60606fd 100644 --- a/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md +++ b/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md @@ -715,6 +715,7 @@ getQuestionTestSimpleInfo t.teacher_open_course_question_setting_type, t.teacher_open_course_question_start_time, t.teacher_open_course_question_end_time, + t.teacher_open_course_merge_course_info_id, ta.*, ( select count(distinct(tb.resources_question_snapshot_id)) from resources_question_snapshot tb where tb.teacher_open_course_question_setting_id = t.teacher_open_course_question_setting_id