|
@@ -932,7 +932,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="vo.userIds != null and vo.userIds != '' and vo.userIds.size() > 0">
|
|
<if test="vo.userIds != null and vo.userIds != '' and vo.userIds.size() > 0">
|
|
|
AND io.userid in
|
|
AND io.userid in
|
|
|
- <foreach collection="taskStatisticsVo.userIds" item="item" open="(" separator="," close=")">
|
|
|
|
|
|
|
+ <foreach collection="vo.userIds" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
@@ -1101,7 +1101,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="vo.userIds != null and vo.userIds != '' and vo.userIds.size() > 0">
|
|
<if test="vo.userIds != null and vo.userIds != '' and vo.userIds.size() > 0">
|
|
|
AND io.userid in
|
|
AND io.userid in
|
|
|
- <foreach collection="taskStatisticsVo.userIds" item="item" open="(" separator="," close=")">
|
|
|
|
|
|
|
+ <foreach collection="vo.userIds" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|