问题: - 导入成功条数显示为负数 - 原因:成功数量计算使用 validRecords.size() - failures.size() - 但没有使用实际的数据库操作返回值 修复: - saveBatchWithUpsert 和 saveBatch 方法现在返回 int - 累加实际的数据库影响行数 - 使用 actualSuccessCount 变量跟踪真实成功数量 影响范围: - CcdiIntermediaryPersonImportServiceImpl - CcdiIntermediaryEntityImportServiceImpl
2.1 KiB
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
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
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