yangdamao hace 1 año
padre
commit
4ba8f4e574

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

@@ -686,7 +686,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <foreach collection="questionIds" item="item" index="index">
                 <choose>
                     <when test="index == questionIds.size()-1">
-                        AND up.do_question_ids LIKE concat('%', #{item}, '%')
+                        up.do_question_ids LIKE concat('%', #{item}, '%')
                     </when>
                     <otherwise>
                         AND up.do_question_ids LIKE concat('%', #{item}, '%') OR