@@ -32,7 +32,7 @@
set scope=#{scope}
where object_id in
<foreach collection="list" item="item" separator="," open="(" close=")">
- #{item.objectId}
+ #{item}
</foreach>
</update>
<update id="updateBatch">