sistemato errore

This commit is contained in:
2025-11-05 13:28:57 +01:00
parent 5bcb9000a9
commit 9dfee9d605

View File

@@ -1184,7 +1184,6 @@ public class SteUPService {
parentActivity = mapperActvity.mapQueryToObject(multiDBTransactionManager.getPrimaryConnection(), sql, StbActivity.class);
LocalDate dataIspezione = UtilityString.parseLocalDate(dataIsp);
String oraIspezione = new SimpleDateFormat("HH:mm:ss").format(parentActivity.getOraInsAct());
LocalDateTime dataOraIspezione = dataIspezione.atStartOfDay().plusHours(parentActivity.getOraInsAct().getHour())
.plusMinutes(parentActivity.getOraInsAct().getMinute()).plusSeconds(parentActivity.getOraInsAct().getSecond());