Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -145,7 +145,7 @@ public class ScadenzeExporterService {
|
|||||||
" ISNULL(ctb_movr_intercode.num_doc_orig, '') AS 'numero_doc_origine',\n" +
|
" ISNULL(ctb_movr_intercode.num_doc_orig, '') AS 'numero_doc_origine',\n" +
|
||||||
" IIF(ctb_movr_intercode.intercode IS NOT NULL, IIF(len(ctb_movr_intercode.intercode ) < 11,Space(11-Len(ctb_movr_intercode.intercode)),'') + ctb_movr_intercode.intercode + FORMAT(\n" +
|
" IIF(ctb_movr_intercode.intercode IS NOT NULL, IIF(len(ctb_movr_intercode.intercode ) < 11,Space(11-Len(ctb_movr_intercode.intercode)),'') + ctb_movr_intercode.intercode + FORMAT(\n" +
|
||||||
" DENSE_RANK() OVER (PARTITION BY ctb_movr.cod_anag, ctb_movt.num_doc, ctb_movr_intercode.intercode ORDER BY ctb_movt.data_cmov), '000'),\n" +
|
" DENSE_RANK() OVER (PARTITION BY ctb_movr.cod_anag, ctb_movt.num_doc, ctb_movr_intercode.intercode ORDER BY ctb_movt.data_cmov), '000'),\n" +
|
||||||
" ctb_movr.num_cmov + FORMAT(ctb_movr.id_riga, '000') +\n" +
|
" Cast(ctb_movr.num_cmov as varchar) + FORMAT(ctb_movr.id_riga, '000') +\n" +
|
||||||
" '001') AS chiave_coge,\n" +
|
" '001') AS chiave_coge,\n" +
|
||||||
" 'ROSSOGARGA' AS 'azienda',\n" +
|
" 'ROSSOGARGA' AS 'azienda',\n" +
|
||||||
" '' AS 'numero_cc',\n" +
|
" '' AS 'numero_cc',\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user