Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-28 12:56:27 +01:00

View File

@@ -169,7 +169,7 @@ public class GeneraOrdLav {
datiOrdLav = checkOrdLav(conn, ordProdSetupDTO.isCheckLockProd(), row.getGestione(), row.getDataOrd(), row.getNumOrd(), row.getRigaOrd()); datiOrdLav = checkOrdLav(conn, ordProdSetupDTO.isCheckLockProd(), row.getGestione(), row.getDataOrd(), row.getNumOrd(), row.getRigaOrd());
activityID = UtilityHashMap.getValueIfExists(datiOrdLav, "activity_id"); activityID = UtilityHashMap.getValueIfExists(datiOrdLav, "activity_id");
// Verifica su è stato passato l'operatore dall'esterno // Verifica su è stato passato l'operatore dall'esterno
if (codJflavLav == null) { if (UtilityString.isNullOrEmpty(codJflavLav )) {
codJflavLav = UtilityHashMap.getValueIfExists(datiOrdLav, "cod_jflav"); codJflavLav = UtilityHashMap.getValueIfExists(datiOrdLav, "cod_jflav");
} }
} }