|
@@ -218,6 +218,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="examId != null and examId != ''">
|
|
|
AND ubr.exam_id = #{examId}
|
|
|
</if>
|
|
|
+ <if test="type != null and type != ''">
|
|
|
+ AND ubr.`type` = #{type}
|
|
|
+ </if>
|
|
|
AND ubr.user_id = #{userId}
|
|
|
AND ubr.current_status = 1
|
|
|
</select>
|