Alteração na query do Flash categorias.
davinTI/app-dono-modulos/pipeline/head This commit looks good
davinTI/app-dono-modulos/pipeline/head This commit looks good
This commit is contained in:
@@ -459,7 +459,7 @@ where 1 = 0`,
|
||||
|
||||
ORDER BY
|
||||
is_total,
|
||||
nomeempresaapp;
|
||||
nomeempresaapp
|
||||
`,};
|
||||
},
|
||||
},
|
||||
|
||||
@@ -198,4 +198,38 @@ order by grouping(canalapp) desc, grouping(nomeempresaapp) desc`,
|
||||
sql: /*sql*/ ``,};
|
||||
},
|
||||
},
|
||||
}).withSchedules({
|
||||
C5: [
|
||||
{
|
||||
name: "Procedure que atualiza os dados do flash",
|
||||
command: /*sql*/ `BEGIN
|
||||
END`,
|
||||
cron: "0 * * * *",
|
||||
timeout_seconds: 2400,
|
||||
},
|
||||
],
|
||||
C5_big: [
|
||||
{
|
||||
name: "Procedure que atualiza os dados do flash",
|
||||
command: /*sql*/ `BEGIN
|
||||
PRC_FLASH_ATUALIZA_PERDA_DONO(
|
||||
p_data_inicial => TRUNC(SYSDATE) - 30,
|
||||
p_data_final => TRUNC(SYSDATE),
|
||||
p_empresa_ini => 1,
|
||||
p_empresa_fim => 10
|
||||
);
|
||||
END`,
|
||||
cron: "0 * * * *",
|
||||
timeout_seconds: 2400,
|
||||
},
|
||||
],
|
||||
C5_mambo: [
|
||||
{
|
||||
name: "Procedure que atualiza os dados do flash",
|
||||
command: /*sql*/ `BEGIN
|
||||
END`,
|
||||
cron: "0 * * * *",
|
||||
timeout_seconds: 2400,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user