张延森 4 年之前
父節點
當前提交
98b8637c37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TaMetaImageTagMapper.xml

+ 1
- 1
src/main/resources/mapper/TaMetaImageTagMapper.xml 查看文件

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