parent
9c9b5193f6
commit
e00593e229
@ -3428,7 +3428,7 @@ public class DataImportNewServiceImpl implements DataImportNewService {
|
|||||||
}else {
|
}else {
|
||||||
Future<?> future = salesforceExecutor.execute(() -> {
|
Future<?> future = salesforceExecutor.execute(() -> {
|
||||||
try {
|
try {
|
||||||
insertSingleExecute(salesforceParam, partnerConnection,update);
|
insertSingleExecute(salesforceParam, partnerConnection,dataObject);
|
||||||
} catch (Throwable throwable) {
|
} catch (Throwable throwable) {
|
||||||
log.error("salesforceExecutor error", throwable);
|
log.error("salesforceExecutor error", throwable);
|
||||||
throw new RuntimeException(throwable);
|
throw new RuntimeException(throwable);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user