Compare commits
2 Commits
794fb5b5db
...
2fcbe83086
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fcbe83086 | |||
| d2f9c6a06a |
@ -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);
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user