wkc
5ec5913759
fix: 修复中介导入成功条数计算错误
问题:
- 导入成功条数显示为负数
- 原因:成功数量计算使用 validRecords.size() - failures.size()
- 但没有使用实际的数据库操作返回值
修复:
- saveBatchWithUpsert 和 saveBatch 方法现在返回 int
- 累加实际的数据库影响行数
- 使用 actualSuccessCount 变量跟踪真实成功数量
影响范围:
- CcdiIntermediaryPersonImportServiceImpl
- CcdiIntermediaryEntityImportServiceImpl
2026-02-08 17:18:18 +08:00
..
2026-01-30 17:26:15 +08:00
2026-02-05 16:09:40 +08:00
2026-02-05 16:09:40 +08:00
2026-02-04 19:16:34 +08:00
2026-02-04 18:36:20 +08:00
2026-02-04 18:36:20 +08:00
2026-02-05 13:33:27 +08:00
2026-02-05 13:33:27 +08:00
2026-02-05 13:33:27 +08:00
2026-02-06 09:01:33 +08:00
2026-02-06 09:01:33 +08:00
2026-02-06 17:22:59 +08:00
2026-02-06 17:22:59 +08:00
2026-02-06 16:52:20 +08:00
2026-02-06 17:22:59 +08:00
2026-02-06 09:34:08 +08:00
2026-02-06 09:34:08 +08:00
2026-02-06 12:11:42 +08:00
2026-02-06 13:40:39 +08:00
2026-02-06 14:46:16 +08:00
2026-02-06 15:13:22 +08:00
2026-02-06 15:12:40 +08:00
2026-02-08 17:18:18 +08:00
2026-02-08 16:21:22 +08:00
2026-02-08 14:04:48 +08:00
2026-02-08 14:05:32 +08:00
2026-02-08 13:40:32 +08:00
2026-02-08 17:18:18 +08:00
2026-02-08 13:44:13 +08:00
2026-02-08 16:25:08 +08:00
2026-02-08 15:49:18 +08:00