Fix errore query getOrderLastStep
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-10-27 09:58:54 +01:00
parent 1faf5dd713
commit 44e48527c6

View File

@@ -103,7 +103,6 @@ public class MesUtility {
" AND gestione = " + UtilityDB.valueToString(orderKey.getGestione()) +
" AND data_ord = " + UtilityDB.valueToString(orderKey.getDataOrd()) +
whereCondCodJfas +
" AND cod_jfas = 'L7'\n" +
" GROUP BY data_ord, cod_jfas, gestione, num_ord) max_step\n" +
" ON max_step.num_ord = dtb_ord_steps.num_ord AND\n" +
" max_step.gestione = dtb_ord_steps.gestione AND\n" +