refactor(config): 更新配置和ERP数据同步功能

- 将生产环境数据库配置从MySQL切换到达梦数据库
- 添加多个达梦数据库连接配置包括主库、从库、日志库等
- 配置往来单位和物料相关的API接口URL列表
- 重构ERP基础数据同步任务,支持双向同步(ERP↔数据中心)
- 优化计量单位数据同步逻辑,改用编码匹配方式进行增改操作
- 添加物料信息及往来单位子表的批量同步处理功能
- 实现通用数据同步方法,统一异常处理和日志记录
- 调整定时任务执行逻辑,支持ERP到数据中心和反向同步流程
This commit is contained in:
Gjm
2026-04-17 13:58:42 +08:00
parent 66750ae75c
commit fc089943bc
175 changed files with 19640 additions and 1323 deletions

View File

@@ -98,6 +98,12 @@
<version>21.1.0.0</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.32</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>