(no commit message)
authormaroni <maroni@192.168.1.103>
Thu, 15 Mar 2012 04:37:14 +0000 (01:37 -0300)
committermaroni <maroni@192.168.1.103>
Thu, 15 Mar 2012 04:37:14 +0000 (01:37 -0300)
src/java/org/ufcspa/simdecs/comunicacao/MetodoIniciaCaso.java
web/login.xhtml

index d4ba7c5..cd5cc9a 100644 (file)
@@ -154,7 +154,7 @@ public class MetodoIniciaCaso extends HttpServlet {
                 }
 
                 // Sinais e sintomas inativos
-                List<Nodo> 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<Nodo> 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();
index 05f45c6..f81e4db 100644 (file)
@@ -33,7 +33,7 @@
             </p:panel>
             <br/>
             <br/>
-            <h:outputText value="Versão 1.70" />
+            <h:outputText value="Versão 1.71" />
         </center>
     </h:body>
 </html>