|
|
@@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND cet.id = #{educationTypeId}
|
|
|
</if>
|
|
|
<if test="examId != null and examId != ''">
|
|
|
- AND cet.exam_id = #{examId}
|
|
|
+ AND e.exam_id = #{examId}
|
|
|
</if>
|
|
|
<if test="subjectId != null and subjectId != ''">
|
|
|
AND cs.id = #{subjectId}
|