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