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-10-15 12:03:06 +02:00

View File

@@ -991,7 +991,7 @@ public class ActivityService {
" task.dapagare AS da_pagare,\n " +
" task.acanone AS a_canone\n ";
if (daInstallare) {
sql += ", lastUpdt.data AS ultimo_aggiornamento\n";
sql += ", CAST(lastUpdt.data AS DATETIME) AS ultimo_aggiornamento\n";
} else {
sql += ", CAST(NULL AS DATETIME) AS ultimo_aggiornamento\n";
}