parent
7e42f1289d
commit
1429923bac
|
@ -240,7 +240,7 @@ public class RelatorioBPe extends Relatorio {
|
|||
sql.append(" case ");
|
||||
sql.append(" when bpe.tiposubstituicao is null and bpeSub.bpe_id is null and bpe.indcontingencia = 0 then 'Autorizado' ");
|
||||
sql.append(" when bpe.tiposubstituicao is null and bpeSub.bpe_id is null and bpe.indcontingencia = 1 then 'Aut.Conting.' ");
|
||||
sql.append(" when bpe.tiposubstituicao is not null then 'Autorizado/Substituicâo' ");
|
||||
sql.append(" when bpe.tiposubstituicao is not null then 'Autorizado/Substituição' ");
|
||||
sql.append(" when bpeSub.bpe_id is not null then 'Autorizado/Substituído' ");
|
||||
sql.append(" else 'Autorizado' ");
|
||||
sql.append(" end ");
|
||||
|
|
Loading…
Reference in New Issue