Compare commits
No commits in common. "2fcbe83086162da4dd9458da57e05e822b7c08c1" and "794fb5b5db461d7898249ee2003af90e507bc250" have entirely different histories.
2fcbe83086
...
794fb5b5db
@ -3351,7 +3351,7 @@ public class DataImportNewServiceImpl implements DataImportNewService {
|
||||
}else {
|
||||
Future<?> future = salesforceExecutor.execute(() -> {
|
||||
try {
|
||||
insertSingleExecute(salesforceParam, partnerConnection,dataObject);
|
||||
insertSingleExecute(salesforceParam, partnerConnection,update);
|
||||
} catch (Throwable throwable) {
|
||||
log.error("salesforceExecutor error", throwable);
|
||||
throw new RuntimeException(throwable);
|
||||
|
||||
@ -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/zsd?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://127.0.0.1:3306/chengbo?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: Celnet2025.QY
|
||||
mail:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user