|
@@ -84,8 +84,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="courseId != null ">
|
|
|
and up.course_id = #{courseId}
|
|
|
</if>
|
|
|
- <if test="chapterExamId != null ">
|
|
|
- and up.exam_id = #{chapterExamId}
|
|
|
+ <if test="examId != null ">
|
|
|
+ and up.exam_id = #{examId}
|
|
|
</if>
|
|
|
</select>
|
|
|
|