Fix errore query getOrderLastStep
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:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user