Finish Hotfix-100
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:
@@ -239,14 +239,16 @@ public class PvmAccettazioneService {
|
||||
|
||||
List<DtbOrdt> ordini = UtilityDB.executeSimpleQueryDTO(multiDBTransactionManager.getPrimaryConnection(), sql, DtbOrdt.class);
|
||||
|
||||
ordini.stream().forEach(x -> {
|
||||
x.setFlagEvasoForzato("S")
|
||||
.setModificatoDa("EVASIONE DA ACCETTAZIONE");
|
||||
x.setOperation(OperationType.UPDATE);
|
||||
}
|
||||
);
|
||||
if (ordini != null ) {
|
||||
ordini.stream().forEach(x -> {
|
||||
x.setFlagEvasoForzato("S")
|
||||
.setModificatoDa("EVASIONE DA ACCETTAZIONE");
|
||||
x.setOperation(OperationType.UPDATE);
|
||||
}
|
||||
);
|
||||
|
||||
entityList.addAll(ordini);
|
||||
entityList.addAll(ordini);
|
||||
}
|
||||
}
|
||||
|
||||
entityList = entityProcessor.processEntityList(entityList, true);
|
||||
|
||||
Reference in New Issue
Block a user