@ -157,23 +157,6 @@ public class TeacherOpenCourseQuestionSetting extends BaseEntity {
*根据题目类型动态配置题目。
*
*/
@FetchSql("SELECT "+
" t.question_type AS question_type, "+
" ( SELECT count( 1 ) FROM teacher_open_course_merge_resources_question ta WHERE ta.question_type = t.question_type AND ta.question_status = 1 ) AS total_count, "+