fix(ccdi-project): delay parse success until bank statements saved

This commit is contained in:
wkc
2026-03-09 16:31:04 +08:00
parent e5116d000b
commit 3e0eb38f15
4 changed files with 359 additions and 78 deletions

View File

@@ -86,4 +86,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</insert>
<delete id="deleteByProjectIdAndBatchId">
delete from ccdi_bank_statement
where project_id = #{projectId}
and batch_id = #{batchId}
</delete>
</mapper>