Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-27 10:21:32 +01:00

View File

@@ -505,7 +505,7 @@ public class WMSSpedizioneService {
whereCondGestione = "(mtb_colt.gestione = 'V' OR mtb_colt.gestione = 'L') ";
}
String baseSql = "SELECT DISTINCT mtb_colt.* " +
String baseSql = "SELECT DISTINCT mtb_colt.*, CAST(IIF(cod_dtip IS NULL, 1, 0) AS BIT) AS flag_can_be_recovered " +
"FROM mtb_colt " +
" INNER JOIN mtb_colr ON " +
" mtb_colt.gestione = mtb_colr.gestione " +