修复mapper的xml文件内容

This commit is contained in:
潘荣晟
2025-09-29 11:07:30 +08:00
parent b95b35896d
commit 4d79d1c676
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
update BSE_TMPL_INSC_DAT
set deleted = 1
WHERE INSC_ID in
<foreach collection="list" item="id" open="(" separator="," close=")">
<foreach collection="templateInstanceIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>
</update>

View File

@@ -17,7 +17,7 @@
update BSE_TMPL_INSC_ITM
set deleted = 1
WHERE INSC_ID in
<foreach collection="list" item="id" open="(" separator="," close=")">
<foreach collection="templateInstanceIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>
</update>