Files
ccdi/docs/reports/implementation/2026-07-10-bank-statement-account-no-mapping.md

19 lines
912 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 流水账号字段映射实施记录
## 修改内容
- 在流水分析响应 DTO `GetBankStatementResponse.BankStatementItem` 中补充 `accountNo``customerAccountNo` 字段,并移除 `accountMaskNo``customerAccountMaskNo` 字段。
- 将银行流水实体转换逻辑从 `accountMaskNo``customerAccountMaskNo` 改为直接读取 `accountNo``customerAccountNo`
- 同步调整相关单元测试数据和断言,避免继续按掩码账号字段验证。
## 影响范围
- 影响流水分析接口返回流水明细后写入 `ccdi_bank_statement.LE_ACCOUNT_NO``CUSTOMER_ACCOUNT_NO` 的字段来源。
- 不改变数据库结构。
- 不改变前端页面。
## 验证情况
- 已执行 `mvn -pl ccdi-project -am test "-Dtest=CcdiBankStatementTest,CcdiFileUploadServiceImplTest" "-Dsurefire.failIfNoSpecifiedTests=false"`
- 测试结果39 个测试通过0 失败0 错误。