1、我的课程-成绩-章节练习分数不显示出来

beetlsql3-dev
wgf 2 years ago
parent 919162cd18
commit 200d34605b

@ -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#
@}

Loading…
Cancel
Save