附件作业统计+导出

beetlsql3-dev
Mlxa0324
parent e67dd233ff
commit 26142ae614

@ -960,7 +960,9 @@ homeworkFileAnalysisPageQuery
@if(!isEmpty(questionSettingType)) { @if(!isEmpty(questionSettingType)) {
and ta.teacher_open_course_question_setting_type = #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_id = #teacherOpenCourseId#
@}
and ta.teacher_open_course_question_setting_status = 1 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_push_status = 1
AND ta.teacher_open_course_question_setting_name is not null AND ta.teacher_open_course_question_setting_name is not null

Loading…
Cancel
Save