xiangpei
2024-06-26 eaa622851fd5c701868518969ea51ec061b223b0
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}