Modifica servizio orgcons DMS
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:
@@ -271,7 +271,7 @@ public class SicilianiDMSExportService {
|
||||
" case when dtb_ordt_local.piattaforma2 is null then null else id_riga_contratto_piatt2 end , " +
|
||||
" case when dtb_ordt_local.piattaforma1 is null then 0 else round(costo_kg_con_piatt1 " + columnPercPesoOrdine + ", 5) end , " +
|
||||
" case when dtb_ordt_local.piattaforma2 is null then 0 else round(costo_kg_con_piatt2 " + columnPercPesoOrdine + ", 5) end, " +
|
||||
" dtb_ordt_local.id_scarico " +
|
||||
" ISNULL(dtb_ordt_local.id_scarico, 0) " +
|
||||
" from dtb_ordt_local INNER JOIN " + serverObject + ".dtb_ordt ON dtb_ordt_local.key_ord_alyante = dtb_ordt.key_ord COLLATE Latin1_General_100_CI_AS " +
|
||||
" LEFT OUTER JOIN (select distinct * from vtb_vett_orgcons_local )vtb_vett_orgcons_local ON dtb_ordt_local.id_viaggio = vtb_vett_orgcons_local.id_viaggio and " +
|
||||
" ISNULL(dtb_ordt_local.cod_vvet, '') = ISNULL(vtb_vett_orgcons_local.cod_vvet, '') and " +
|
||||
@@ -323,7 +323,7 @@ public class SicilianiDMSExportService {
|
||||
Integer idRigacontrattoPiatt2 = res.getInt(28);
|
||||
BigDecimal importoConPiatt1 = res.getBigDecimal(29);
|
||||
BigDecimal importoConPiatt2 = res.getBigDecimal(30);
|
||||
Integer idScarico = res.getInt(31);
|
||||
Integer idScarico = res.getInt(31);
|
||||
|
||||
// Verifica esistenza ordine
|
||||
Integer flagExistOrd = 0;
|
||||
|
||||
Reference in New Issue
Block a user