@@ -64,7 +64,7 @@
<where>
<if test="organIdList!=null">
organ_id_ IN
- <foreach collection="organIdList" item="organId" open="(" close=")">
+ <foreach collection="organIdList" item="organId" open="(" close=")" separator=",">
#{organId}
</foreach>
</if>