bug#7858
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@59518 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2ee34a7c0d
commit
78033889ce
|
@ -1061,7 +1061,7 @@ public class FiscalHibernateDAO implements FiscalDAO {
|
|||
sb.append(" and c.feccorrida between :datIni and :datFim ");
|
||||
sb.append(" and c.corrida_id in (:corridaId) ");
|
||||
sb.append(" and CODPRODUTO(t.origen_id , t.destino_id , rc.ruta_id) not in (select codproduto from fiscal_p2) ");
|
||||
sb.append(" and ROWNUM < 50 ");
|
||||
//sb.append(" and ROWNUM < 50 ");
|
||||
|
||||
int qtd = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue