feat(ccdi-project): harden bank statement dedup import

This commit is contained in:
wkc
2026-03-10 10:39:06 +08:00
parent 924605ac3a
commit 6007f3284a
5 changed files with 228 additions and 57 deletions

View File

@@ -84,6 +84,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item.overrideBsId}, #{item.paymentMethod}, #{item.cretNo}
)
</foreach>
on duplicate key update
bank_statement_id = bank_statement_id
</insert>
<delete id="deleteByProjectIdAndBatchId">