|
|
|
@ -960,7 +960,9 @@ homeworkFileAnalysisPageQuery
|
|
|
|
|
@if(!isEmpty(questionSettingType)) {
|
|
|
|
|
and ta.teacher_open_course_question_setting_type = #questionSettingType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherOpenCourseId)) {
|
|
|
|
|
and ta.teacher_open_course_id = #teacherOpenCourseId#
|
|
|
|
|
@}
|
|
|
|
|
and ta.teacher_open_course_question_setting_status = 1
|
|
|
|
|
AND ta.teacher_open_course_question_setting_push_status = 1
|
|
|
|
|
AND ta.teacher_open_course_question_setting_name is not null
|
|
|
|
|