|
|
|
@ -4,7 +4,6 @@ import static com.evolute.utils.strings.UnicodeLatin1Map.atilde;
|
|
|
|
import static com.evolute.utils.strings.UnicodeLatin1Map.ccedil;
|
|
|
|
import static com.evolute.utils.strings.UnicodeLatin1Map.ccedil;
|
|
|
|
import static com.evolute.utils.strings.UnicodeLatin1Map.iacute;
|
|
|
|
import static com.evolute.utils.strings.UnicodeLatin1Map.iacute;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.Collections;
|
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.LinkedList;
|
|
|
|
import java.util.LinkedList;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
@ -246,6 +245,7 @@ public class HigieneSegurancaLogic
|
|
|
|
HsPosto posto = rel.getToHsPosto();
|
|
|
|
HsPosto posto = rel.getToHsPosto();
|
|
|
|
HsRelatorioPosto rPosto = new HsRelatorioPosto();
|
|
|
|
HsRelatorioPosto rPosto = new HsRelatorioPosto();
|
|
|
|
rPosto.setDescription( posto.getDescription() );
|
|
|
|
rPosto.setDescription( posto.getDescription() );
|
|
|
|
|
|
|
|
rPosto.setIsPrincipal(posto.getIsPrincipal());
|
|
|
|
HsArea area = posto.getToHsArea();
|
|
|
|
HsArea area = posto.getToHsArea();
|
|
|
|
HsRelatorioArea rArea = areasInserted.get( area );
|
|
|
|
HsRelatorioArea rArea = areasInserted.get( area );
|
|
|
|
if( rArea == null )
|
|
|
|
if( rArea == null )
|
|
|
|
|