Fix thread in InsertPromo
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -884,7 +884,7 @@ public class ListiniVenditaServices {
|
|||||||
for (EntityBase entity : entityToProcess) {
|
for (EntityBase entity : entityToProcess) {
|
||||||
Callable<EntityBase> callable = () -> {
|
Callable<EntityBase> callable = () -> {
|
||||||
try {
|
try {
|
||||||
return entityProcessor.processEntity(entity, true, multiDBTransactionManager);
|
return entityProcessor.processEntity(entity, true, true, requestDataDTO.getUsername(), multiDBTransactionManager, requestDataDTO);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user