Files
ccdi/doc/test-data/purchase_transaction/node_modules/@fast-csv/parse/CHANGELOG.md
wkc 5ec5913759 fix: 修复中介导入成功条数计算错误
问题:
- 导入成功条数显示为负数
- 原因:成功数量计算使用 validRecords.size() - failures.size()
- 但没有使用实际的数据库操作返回值

修复:
- saveBatchWithUpsert 和 saveBatch 方法现在返回 int
- 累加实际的数据库影响行数
- 使用 actualSuccessCount 变量跟踪真实成功数量

影响范围:
- CcdiIntermediaryPersonImportServiceImpl
- CcdiIntermediaryEntityImportServiceImpl
2026-02-08 17:18:18 +08:00

2.1 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.3.6 (2020-12-04)

Bug Fixes

  • Simplify empty row check by removing complex regex (4bbd39f)

4.3.3 (2020-10-30)

Note: Version bump only for package @fast-csv/parse

4.3.2 (2020-09-02)

Bug Fixes

  • parsing, #423: Prevent callback from being called multiple times (040febe), closes #423

4.3.1 (2020-06-23)

Bug Fixes

  • parsing: Pass errors through callbacks (84ecdf6)

4.3.0 (2020-05-27)

Note: Version bump only for package @fast-csv/parse

4.2.0 (2020-05-19)

Features

  • parsing: Less restrictive row parsing type #356 (87d74ec)

4.1.6 (2020-05-15)

Bug Fixes

4.1.5 (2020-05-15)

Note: Version bump only for package @fast-csv/parse

4.1.4 (2020-05-15)

Note: Version bump only for package @fast-csv/parse