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