|
|
|
@ -875,6 +875,7 @@ analysisPageQuery
|
|
|
|
|
from (
|
|
|
|
|
select
|
|
|
|
|
ta.teacher_open_course_question_setting_name as question_setting_name,
|
|
|
|
|
ta.teacher_open_course_question_setting_id as question_setting_id,
|
|
|
|
|
ta.teacher_open_course_question_start_time as start_time,
|
|
|
|
|
ta.teacher_open_course_question_end_time as end_time,
|
|
|
|
|
ta.teacher_open_course_question_setting_type as question_setting_type,
|
|
|
|
@ -903,6 +904,7 @@ analysisPageQuery
|
|
|
|
|
AND ta.teacher_open_course_question_setting_push_status = 1
|
|
|
|
|
AND ta.teacher_open_course_question_setting_name is not null
|
|
|
|
|
group by
|
|
|
|
|
ta.teacher_open_course_question_setting_id,
|
|
|
|
|
ta.teacher_open_course_question_setting_name,
|
|
|
|
|
ta.teacher_open_course_question_setting_type,
|
|
|
|
|
ta.teacher_open_course_question_start_time,
|
|
|
|
|