Skip to content

Commit

Permalink
fix: colocar bloco generico com status concluido
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Costa committed Aug 1, 2024
1 parent 1e74746 commit f2ec4de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/sei_atualizar_versao_modulo_pen.php
Original file line number Diff line number Diff line change
Expand Up @@ -2914,9 +2914,7 @@ protected function instalarV3070()
if (!empty($lotesVazios)) {
foreach ($lotesVazios as $loteVazio) {
$objTramiteEmBlocoDTO = $this->cadastrarBlocoGenerico($loteVazio['id_unidade'], $loteVazio['id_usuario']);
$idAndamento = $loteVazio['id_andamento'] == '2' ?
ProcessoEletronicoRN::$STA_SITUACAO_TRAMITE_RECIBO_RECEBIDO_REMETENTE
: $loteVazio['id_andamento'];
$idAndamento = ProcessoEletronicoRN::$STA_SITUACAO_TRAMITE_RECIBO_RECEBIDO_REMETENTE;

$objInfraBanco->executarSql(
'update md_pen_bloco_processo' .
Expand Down

0 comments on commit f2ec4de

Please sign in to comment.