Risolto problema localDate
This commit is contained in:
@@ -1901,7 +1901,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);
|
||||
|
||||
Reference in New Issue
Block a user