wkc
7d534de54f
refactor: 重构Service层使用ON DUPLICATE KEY UPDATE
- 更新模式直接调用importPersonBatch/importEntityBatch
- 移除'先删除再插入'逻辑,代码简化约50%
- 添加辅助方法saveBatchWithUpsert/getExistingPersonIdsFromDb
- 添加createFailureVO重载方法简化失败记录创建
变更详情:
- CcdiIntermediaryPersonImportServiceImpl: 重构importPersonAsync方法
- CcdiIntermediaryEntityImportServiceImpl: 重构importEntityAsync方法
- 两个Service均采用统一的处理模式
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 16:21:22 +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 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 13:44:13 +08:00
2026-02-08 15:49:18 +08:00