优化流水账号入库和明细筛选
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 流水账号字段映射实施记录
|
||||
|
||||
## 修改内容
|
||||
|
||||
- 在流水分析响应 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 错误。
|
||||
Reference in New Issue
Block a user