|
|
|
@ -293,7 +293,7 @@ studentScoreList
|
|
|
|
|
LEFT JOIN student ta ON ta.student_id = t.student_id
|
|
|
|
|
WHERE
|
|
|
|
|
1 = 1
|
|
|
|
|
AND t.teacher_open_course_question_log_status != 2
|
|
|
|
|
AND t.teacher_open_course_question_log_status = 2
|
|
|
|
|
AND ta.student_sn IS NOT NULL
|
|
|
|
|
@if(!isEmpty(teacherOpenCourseQuestionLogId)){
|
|
|
|
|
and t.teacher_open_course_question_log_id =#teacherOpenCourseQuestionLogId#
|
|
|
|
@ -432,7 +432,7 @@ studentScoreList
|
|
|
|
|
LEFT JOIN student ta ON ta.student_id = t.student_id
|
|
|
|
|
WHERE
|
|
|
|
|
1 = 1
|
|
|
|
|
AND t.teacher_open_course_question_log_status != 2
|
|
|
|
|
AND t.teacher_open_course_question_log_status = 2
|
|
|
|
|
AND ta.student_sn IS NOT NULL
|
|
|
|
|
GROUP BY
|
|
|
|
|
t.student_id,
|
|
|
|
|