龚焕茏
2024-07-02 8cc9559b0a1509e655acf8f939318368a1fe95d6
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}