opt TagCustomMapper.xml (#864)

This commit is contained in:
daikon
2024-03-27 10:57:37 +08:00
committed by GitHub
parent 3e26340152
commit c429e5660b

View File

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