Fixes Bug #10396
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@78263 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bda057d9c0
commit
9f2f61e140
|
@ -694,7 +694,7 @@ public class ConferenciaComissaoHibernateDAO extends GenericHibernateDAO<Confere
|
|||
.append("LEFT JOIN CONFERENCIA_PENDENCIA CP ON CP.CONFERENCIAPENDENCIA_ID = LOG.CONFERENCIAPENDENCIA_ID ")
|
||||
.append("JOIN USUARIO U ON U.USUARIO_ID = LOG.USUARIO_ID ")
|
||||
.append("WHERE LOG.ACTIVO = 1 ")
|
||||
.append("AND LOG.CONFERENCIA_ID = :conferenciaId ");
|
||||
.append("AND LOG.CONFERENCIA_ID = :conferenciaId ORDER BY LOGCONFERENCIA_ID");
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
Query qr = getSession().createSQLQuery(sQuery.toString())
|
||||
|
|
Loading…
Reference in New Issue