소스 검색

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}