Merge branch 'master' into develop
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:
@@ -1676,7 +1676,7 @@ public class PvmService {
|
||||
row.setCodJcom(UtilityHashMap.getValueIfExists(mapRow, "cod_jcom"));
|
||||
row.setDescrizione(UtilityHashMap.getValueIfExists(mapRow, "descrizione"));
|
||||
row.setGestioneRif(UtilityHashMap.getValueIfExists(mapRow, "gestione_rif"));
|
||||
row.setDataColloRif(UtilityHashMap.getValueIfExists(mapRow, "data_collo_rif"));
|
||||
row.setDataColloRif(UtilityLocalDate.localDateFromDate(UtilityHashMap.getValueIfExists(mapRow, "data_collo_rif")));
|
||||
row.setNumColloRif(UtilityHashMap.getValueIfExists(mapRow, "num_collo_rif"));
|
||||
row.setSerColloRif(UtilityHashMap.getValueIfExists(mapRow, "ser_collo_rif"));
|
||||
row.setOperation(OperationType.SELECT_OBJECT);
|
||||
|
||||
Reference in New Issue
Block a user