Commit 8e8fb0e5755971de9510f83a8d0b960f4c528830

Authored by eduardo.batista
1 parent 648e8644
Exists in master and in 1 other branch desenv

[Feat] Adicionando lista de unidades em que o processo esta aberto.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
rn/MdWsSeiProcedimentoRN.php
... ... @@ -648,6 +648,7 @@ class MdWsSeiProcedimentoRN extends InfraRN
648 648 if (count($arrAtividadeDTO) == 0) {
649 649 $result['info'] = 'Processo não possui andamentos abertos.';
650 650 $result['lista'] = array();
  651 + $result['unidades'] = array();
651 652 } else {
652 653 if (count($arrAtividadeDTO) == 1) {
653 654 $atividadeDTO = $arrAtividadeDTO[0];
... ...