From 200d34605bdebc9284415efc19c073dde8bfb2d2 Mon Sep 17 00:00:00 2001 From: wgf <121463602@qq.com> Date: Tue, 18 Jul 2023 16:02:38 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=88=91=E7=9A=84=E8=AF=BE=E7=A8=8B-?= =?UTF-8?q?=E6=88=90=E7=BB=A9-=E7=AB=A0=E8=8A=82=E7=BB=83=E4=B9=A0?= =?UTF-8?q?=E5=88=86=E6=95=B0=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/sql/jlw/teacherOpenCourseQuestionSetting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionSetting.md b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionSetting.md index 9ffec29e..dd05a7db 100644 --- a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionSetting.md +++ b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionSetting.md @@ -835,7 +835,7 @@ getNotEmptyQuestionSetting from teacher_open_course_question_setting t where 1=1 @//题目不为空 - and ( SELECT count( 1 ) FROM resources_question_snapshot tb WHERE tb.teacher_open_course_question_setting_id = t.teacher_open_course_question_setting_id AND tb.question_status = 1 ) > 1 + and ( SELECT count( 1 ) FROM resources_question_snapshot tb WHERE tb.teacher_open_course_question_setting_id = t.teacher_open_course_question_setting_id AND tb.question_status = 1 ) >= 1 @if(!isEmpty(teacherOpenCourseQuestionSettingId)){ and t.teacher_open_course_question_setting_id =#teacherOpenCourseQuestionSettingId# @}