Explorar o código

用户错题记录

he2802 %!s(int64=4) %!d(string=hai) anos
pai
achega
c6e2dee9b8

+ 3 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserExamWrongRecordMapper.xml

@@ -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">