问题: - 导入成功条数显示为负数 - 原因:成功数量计算使用 validRecords.size() - failures.size() - 但没有使用实际的数据库操作返回值 修复: - saveBatchWithUpsert 和 saveBatch 方法现在返回 int - 累加实际的数据库影响行数 - 使用 actualSuccessCount 变量跟踪真实成功数量 影响范围: - CcdiIntermediaryPersonImportServiceImpl - CcdiIntermediaryEntityImportServiceImpl
1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.3.0 - 2024-02-05
Commits
- [New] add
EvalErrorandURIError1927627
v1.2.1 - 2024-02-04
Commits
- [Fix] add missing
exportsentry5bb5f28
v1.2.0 - 2024-02-04
Commits
- [New] add
ReferenceError6d8cf5b
v1.1.0 - 2024-02-04
Commits
- [New] add base Error
2983ab6