新增结果总览未提交账户展示

This commit is contained in:
wjj
2026-07-20 11:50:03 +08:00
parent 1561df924f
commit dd424cca50
23 changed files with 1051 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
# 未提交账户实施记录
## 修改内容
- 新增结果总览“未提交账户”后端查询与导出能力。
- 新增前端风险明细未提交账户卡片展示。
- 风险明细统一导出与结果总览报告接入未提交账户流水。
- 贷款排除仅使用银行贷款/信贷高确定性关键词,未启用内部杂项账号排除。
## 影响范围
- 后端:`ccdi-project` 结果总览 Controller、Service、Mapper、VO、Excel 与导出器。
- 前端:`ruoyi-ui` 结果总览风险明细组件与 API。
- 文档:后端计划、前端计划、实施记录。
## 验证情况
- 后端执行 `mvn -pl ccdi-project -am test "-Dtest=CcdiProjectOverviewMapperSqlTest,CcdiProjectRiskDetailWorkbookExporterTest,CcdiProjectOverviewReportPdfExporterTest,CcdiProjectOverviewServiceImplTest" "-Dsurefire.failIfNoSpecifiedTests=false"`32 个测试通过。
- 前端使用 Node 22.22.3 / npm 10.9.8 执行 `node tests\unit\risk-detail-abnormal-account-layout.test.js`,静态断言通过。
- 前端使用 Node 22.22.3 / npm 10.9.8 执行 `npm run build:prod`,构建通过;仍存在项目既有资源体积告警。