File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
<birthTime th : if =" ${dataNascimento != null}" th : value =" ${#temporals.format(dataNascimento, 'yyyyMMdd')}" />
51
51
<deceasedInd th : value =" ${vivo} ? 'false' : 'true'" />
52
52
<deceasedTime th : if =" ${dataObito != null}" th : value =" ${#temporals.format(dataObito, 'yyyyMMdd')}" />
53
- <addr use =" BAD" th : if =" ${enderecos==null || enderecos .isEmpty()}" >
53
+ <addr use =" BAD" th : if =" ${enderecos==null || #lists .isEmpty(enderecos )}" >
54
54
</addr >
55
- <addr use =" H" th : if =" ${enderecos !=null && !enderecos .isEmpty()}" th : each =" endereco : ${enderecos}" >
55
+ <addr use =" H" th : if =" ${enderecos !=null && !#lists .isEmpty(enderecos )}" th : each =" endereco : ${enderecos}" >
56
56
<streetNameType th : if =" ${endereco.tipoLogradouro != null}" th : utext =" ${endereco.tipoLogradouro.value}" />
57
57
<streetName th : if =" ${endereco.logradouro != null}" th : utext =" ${endereco.logradouro}" >[Nome do logradouro</streetName >
58
58
<houseNumber th : if =" ${endereco.numero != null}" th : utext =" ${endereco.numero}" >[Número do logradouro, caso não exista preencher com S/N]</houseNumber >
You can’t perform that action at this time.
0 commit comments