From bd879a1c3c2ba22b7694385f9134a787f06a0ae4 Mon Sep 17 00:00:00 2001 From: yaodan <1421553879@qq.com> Date: Mon, 24 Apr 2023 04:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E6=89=BE=E7=AD=94?= =?UTF-8?q?=E9=A2=98=E5=AD=A6=E7=94=9F=E8=AE=B0=E5=BD=95=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/sql/jlw/teacherOpenCourseQuestionLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md index a633b821..886ef0a2 100644 --- a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md +++ b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md @@ -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,