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