Browse Source

fix 题库模块

he2802 4 years ago
parent
commit
649861cbbf

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/bank/ExamQuestionMapper.xml

@@ -45,7 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         exam_question eq
         exam_question eq
         LEFT JOIN question q ON eq.question_id = q.question_id
         LEFT JOIN question q ON eq.question_id = q.question_id
         WHERE
         WHERE
-              eq.exam_id =#{businessId}
+              eq.exam_id =#{exam_id}