src/main/resources/mapper/QuestionSubjectMapper.xml
@@ -70,7 +70,8 @@ tq.id, tq.question_type as questionType, tq.difficult, ttc.content as contentJson ttc.content as contentJson, tq.correct FROM t_question_subject tqs INNER JOIN t_question tq ON tqs.question_id = tq.id AND tq.deleted = 0 AND tqs.subject_id IN <foreach collection="subjectIds" open="(" separator="," close=")" item="subjectId">#{subjectId}</foreach>