|
|
|
@ -432,6 +432,12 @@ studentScoreList
|
|
|
|
|
LEFT JOIN student ta ON ta.student_id = t.student_id
|
|
|
|
|
WHERE
|
|
|
|
|
1 = 1
|
|
|
|
|
@if(!isEmpty(teacherOpenCourseQuestionSettingId)){
|
|
|
|
|
and t.teacher_open_course_question_setting_id =#teacherOpenCourseQuestionSettingId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherOpenCourseQuestionSettingIdPlural)){
|
|
|
|
|
and find_in_set(t.teacher_open_course_question_setting_id,#teacherOpenCourseQuestionSettingIdPlural#)
|
|
|
|
|
@}
|
|
|
|
|
AND t.teacher_open_course_question_log_status = 2
|
|
|
|
|
AND ta.student_sn IS NOT NULL
|
|
|
|
|
GROUP BY
|
|
|
|
|