Compare commits

...

2 Commits

Author SHA1 Message Date
2fcbe83086 【feat】 优化多表一次性插入数据 2025-10-14 11:06:39 +08:00
d2f9c6a06a 【feat】 优化错误信息抛出 2025-10-14 11:00:28 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -3351,7 +3351,7 @@ public class DataImportNewServiceImpl implements DataImportNewService {
}else {
Future<?> future = salesforceExecutor.execute(() -> {
try {
insertSingleExecute(salesforceParam, partnerConnection,update);
insertSingleExecute(salesforceParam, partnerConnection,dataObject);
} catch (Throwable throwable) {
log.error("salesforceExecutor error", throwable);
throw new RuntimeException(throwable);

View File

@ -3,7 +3,7 @@ spring:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# 城博
url: jdbc:mysql://127.0.0.1:3306/chengbo?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://127.0.0.1:3306/zsd?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: Celnet2025.QY
mail: