From: maroni Date: Thu, 15 Mar 2012 04:37:14 +0000 (-0300) Subject: (no commit message) X-Git-Url: http://200.18.67.61/gitweb/?a=commitdiff_plain;h=af451690bd32203bd525d40d8f6d0934d08dd1e3;p=simdecs2.git --- diff --git a/src/java/org/ufcspa/simdecs/comunicacao/MetodoIniciaCaso.java b/src/java/org/ufcspa/simdecs/comunicacao/MetodoIniciaCaso.java index d4ba7c5..cd5cc9a 100644 --- a/src/java/org/ufcspa/simdecs/comunicacao/MetodoIniciaCaso.java +++ b/src/java/org/ufcspa/simdecs/comunicacao/MetodoIniciaCaso.java @@ -154,7 +154,7 @@ public class MetodoIniciaCaso extends HttpServlet { } // Sinais e sintomas inativos - List nodosNaoSelecionados = em.createQuery("From Nodo Where nodo.rede.id=:pIDRede and nodo.id not in (Select nodo.id from NodoPaciente Where paciente.id=:pIDPaciente)") + List nodosNaoSelecionados = em.createQuery("From Nodo Where rede.id=:pIDRede and id not in (Select nodo.id from NodoPaciente Where paciente.id=:pIDPaciente)") .setParameter("pIDRede", paciente.getRede().getId()) .setParameter("pIDPaciente", paciente.getId()) .getResultList(); diff --git a/web/login.xhtml b/web/login.xhtml index 05f45c6..f81e4db 100644 --- a/web/login.xhtml +++ b/web/login.xhtml @@ -33,7 +33,7 @@

- +