1、添加章节id

beetlsql3-dev
wgf
parent 6f1ced779d
commit c4495f1b15

@ -38,6 +38,9 @@ public class TeacherOpenCourseQuestionTestSimpleInfoVO extends QuestionLogSummar
private Date teacherOpenCourseQuestionEndTime;
private Long teacherOpenCourseMergeCourseInfoId;
// 是否已交卷
private Boolean isFinished;

@ -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

Loading…
Cancel
Save