问题: - 导入成功条数显示为负数 - 原因:成功数量计算使用 validRecords.size() - failures.size() - 但没有使用实际的数据库操作返回值 修复: - saveBatchWithUpsert 和 saveBatch 方法现在返回 int - 累加实际的数据库影响行数 - 使用 actualSuccessCount 变量跟踪真实成功数量 影响范围: - CcdiIntermediaryPersonImportServiceImpl - CcdiIntermediaryEntityImportServiceImpl
2.5 KiB
2.5 KiB
Changelog
4.1.2 — September 2, 2023 — Diff
4.1.1 — May 30th, 2021 — Diff
Maintenance
- Bump mocha from 8.2.1 to 8.4.0 (#70)
- Bump crc32-stream from 4.0.1 to 4.0.2 (#59)
- Bump y18n from 4.0.0 to 4.0.1 (#69)
- Bump chai from 4.2.0 to 4.3.4 (#67)
- Bump actions/setup-node from 2.1.4 to 2.1.5 (#71)
4.1.0 — March 2, 2021 — Diff
Features
- Allow prepending forward slash in entry name (#63)
Maintenance
- Bump actions/setup-node from v2.1.2 to v2.1.4 (#58)
4.0.1 — July 20, 2020 — Diff
- Bump crc32-stream from 3.0.1 to 4.0.0 (#43) @dependabot
4.0.0 — July 18, 2020 — Diff
- Bump mocha from 5.2.0 to 8.0.1 (#36) @dependabot
- Bump readable-stream from 2.3.7 to 3.6.0 (#39) @dependabot
- Bump actions/setup-node from v1 to v2.1.0 (#41) @dependabot
- Bump rimraf from 2.7.1 to 3.0.2 (#38) @dependabot
- Bump mkdirp from 0.5.5 to 1.0.4 (#37) @dependabot
- Bump actions/checkout from v1 to v2.3.1 (#40) @dependabot
- remove support for node < 10 (#42) @ctalkington
3.0.0 — April 14, 2020 — Diff
- breaking: slowly catch up with node LTS, remove support for versions under 8.
- update multiple deps.
2.1.1 — August 2, 2019 — Diff
- update crc32-stream to v3.0.1
2.1.0 — August 2, 2019 — Diff
- update crc32-stream to v3.0.0
2.0.0 — July 19, 2019 — Diff
- breaking: follow node LTS, remove support for versions under 6.
- test: now targeting node v10 and v12
- fix: update Buffer calls to alloc/from
- fix: Add offset to buffer call (#31)
- other: update normalize-path@3 (#34)
- other: update dependencies