@ -193,6 +193,12 @@
<if test="task.userId != null ">
and b.USER_ID=#{task.userId}
</if>
<if test="task.ids != null and task.ids.size() > 0">
and t.id in
<foreach collection="task.ids" item="item" open="(" close = ")" separator=",">
#{item}
</foreach>
<include refid="getTaskListSql"></include>
GROUP BY t.id
order by t.UPDATE_TIME desc