浏览代码

fix 题库模块

he2802 4 年之前
父节点
当前提交
55c0fcbbfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/bank/ExamQuestionMapper.xml

+ 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
         LEFT JOIN question q ON eq.question_id = q.question_id
         WHERE
-              eq.exam_id =#{exam_id}
+              eq.exam_id =#{examId}