|
|
@@ -84,7 +84,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="examId != null and examId != ''">
|
|
|
AND uew.exam_id = #{examId}
|
|
|
</if>
|
|
|
-
|
|
|
+ <if test="recordId != null and recordId != ''">
|
|
|
+ AND uew.record_id = #{recordId}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTypeNum" parameterType="com.zhongzheng.modules.user.bo.UserExamWrongRecordQueryBo" resultMap="UserExamWrongRecordVoResult">
|