张延森 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>