From 77c95d15f60132f1e2b25680c65ba6d170c5283a Mon Sep 17 00:00:00 2001 From: yaodan <1421553879@qq.com> Date: Mon, 24 Apr 2023 04:12:35 +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=982?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/sql/jlw/teacherOpenCourseQuestionLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md index 886ef0a2..7d029eb0 100644 --- a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md +++ b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md @@ -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