fuliqi
2024-07-01 32801f699527f450a226b34a91a466ffa27e009b
src/main/resources/mapper/QuestionMapper.xml
@@ -112,7 +112,7 @@
        FROM
             t_question tq
        WHERE
              tq.subject_id = #{subjectId}
              tq.subject_id = #{subjectId} AND tq.question_type = #{questionType} AND tq.deleted = 0
        ORDER BY
                 RAND()
        LIMIT #{num}