Merge branch 'develop' into feature/JDK11
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:
@@ -220,6 +220,8 @@ public class ProductionOrderDataHandlerService {
|
||||
" ordl.riga_ord_rif riga_ord_prod,\n" +
|
||||
" ISNULL(mtb_aart.descrizione_estesa, mtb_aart.descrizione) AS descrizione_prod,\n" +
|
||||
" colli.data_scad,\n" +
|
||||
" jtb_comt.cod_jcom,\n" +
|
||||
" jtb_comt.descrizione as descrizione_commessa,\n" +
|
||||
" jl.id_lotto\n" +
|
||||
"FROM dtb_ordt\n" +
|
||||
" INNER JOIN dtb_ordt ordl ON dtb_ordt.gestione = ordl.gestione_rif\n" +
|
||||
@@ -232,6 +234,7 @@ public class ProductionOrderDataHandlerService {
|
||||
" INNER JOIN colli ON colli.gestione = ordl.gestione AND\n" +
|
||||
" ordl.data_ord = colli.data_ord AND\n" +
|
||||
" ordl.num_ord = colli.num_ord \n" +
|
||||
" LEFT OUTER JOIN jtb_comt ON ordl.cod_jcom = jtb_comt.cod_jcom\n" +
|
||||
" LEFT OUTER JOIN jtb_lotr jl\n" +
|
||||
" ON steps.cod_jfas = jl.cod_jfas AND\n" +
|
||||
" ordl.gestione = jl.gestione AND\n" +
|
||||
|
||||
Reference in New Issue
Block a user