张延森 4 years ago
parent
commit
98b8637c37
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaMetaImageTagMapper.xml

+ 1
- 1
src/main/resources/mapper/TaMetaImageTagMapper.xml View File

@@ -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>