|
|
@ -193,6 +193,12 @@ |
|
|
|
<if test="task.userId != null "> |
|
|
|
<if test="task.userId != null "> |
|
|
|
and b.USER_ID=#{task.userId} |
|
|
|
and b.USER_ID=#{task.userId} |
|
|
|
</if> |
|
|
|
</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> |
|
|
|
|
|
|
|
</if> |
|
|
|
<include refid="getTaskListSql"></include> |
|
|
|
<include refid="getTaskListSql"></include> |
|
|
|
GROUP BY t.id |
|
|
|
GROUP BY t.id |
|
|
|
order by t.UPDATE_TIME desc |
|
|
|
order by t.UPDATE_TIME desc |
|
|
|