Risolto problema localDate

This commit is contained in:
2025-07-03 09:14:28 +02:00
parent 9a7508d05e
commit 29e67b3680

View File

@@ -1943,7 +1943,7 @@ public class WMSGenericService {
// .setQtaCnf(qtaCnf)
.setNumColloRif(UtilityHashMap.getValueIfExists(rowGiac, "num_collo"))
.setSerColloRif(UtilityHashMap.getValueIfExists(rowGiac, "ser_collo"))
.setDataColloRif(UtilityHashMap.getValueIfExists(rowGiac, "data_collo"))
.setDataColloRif(UtilityLocalDate.localDateFromDate(UtilityHashMap.getValueIfExists(rowGiac, "data_collo")))
.setGestioneRif(UtilityHashMap.getValueIfExists(rowGiac, "gestione"));
newMtbColr.setOperation(OperationType.INSERT);