@@ -4,7 +4,7 @@
<delete id="removeAllBy">
delete from ta_meta_image_tag
- where tag_id in WHERE id IN
+ where tag_id in
<foreach collection="tagIds" item="id" index="index" open="(" close=")" separator=",">
#{id}
</foreach>