mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
opt TagCustomMapper.xml (#864)
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
<delete id="deleteBatchByIds">
|
<delete id="deleteBatchByIds">
|
||||||
delete from s2_tag
|
delete from s2_tag
|
||||||
where id in
|
where id in
|
||||||
<foreach collection="ids" index="index" item="tagId" open="(" close=")"
|
<foreach collection="list" index="index" item="tagId" open="(" close=")"
|
||||||
separator=",">
|
separator=",">
|
||||||
#{tagId}
|
#{tagId}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Reference in New Issue
Block a user