alexandre.lima 2018-01-23 13:11:06 +00:00
parent bda057d9c0
commit 9f2f61e140
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ public class ConferenciaComissaoHibernateDAO extends GenericHibernateDAO<Confere
.append("LEFT JOIN CONFERENCIA_PENDENCIA CP ON CP.CONFERENCIAPENDENCIA_ID = LOG.CONFERENCIAPENDENCIA_ID ") .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("JOIN USUARIO U ON U.USUARIO_ID = LOG.USUARIO_ID ")
.append("WHERE LOG.ACTIVO = 1 ") .append("WHERE LOG.ACTIVO = 1 ")
.append("AND LOG.CONFERENCIA_ID = :conferenciaId "); .append("AND LOG.CONFERENCIA_ID = :conferenciaId ORDER BY LOGCONFERENCIA_ID");
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
Query qr = getSession().createSQLQuery(sQuery.toString()) Query qr = getSession().createSQLQuery(sQuery.toString())