|
@@ -1305,7 +1305,7 @@
|
|
|
</if>
|
|
|
<if test="list!=null and list.size()>0">
|
|
|
AND r.creator_id in
|
|
|
- <foreach collection="list" separator="," open="(" close="" item="item">
|
|
|
+ <foreach collection="list" separator="," open="(" close=")" item="item">
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|
|
@@ -1331,7 +1331,7 @@
|
|
|
</if>
|
|
|
<if test="list!=null and list.size()>0">
|
|
|
AND r.creator_id in
|
|
|
- <foreach collection="list" separator="," open="(" close="" item="item">
|
|
|
+ <foreach collection="list" separator="," open="(" close=")" item="item">
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|