bug #9066
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@74029 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a2e9060220
commit
9ce3d3d1f0
|
@ -243,14 +243,6 @@ public class PuntoVentaHibernateDAO extends GenericHibernateDAO<PuntoVenta, Inte
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public List<String> quantidadeECFPorPuntoVenta(Conferencia conferencia) {
|
public List<String> quantidadeECFPorPuntoVenta(Conferencia conferencia) {
|
||||||
|
|
||||||
StringBuilder sb = new StringBuilder();
|
|
||||||
|
|
||||||
// String query = " SELECT f.NUMSERIE20 from FISCAL_R4 f "
|
|
||||||
// + "JOIN FISCAL_IMPRESSORA fi on fi.FISCALIMPRESSORA_ID=f.FISCALIMPRESSORA_ID "
|
|
||||||
// +" WHERE f.DATAMOV=:dataMovimento "
|
|
||||||
// + "AND fi.PUNTOVENTA_ID=:puntoVentaId "
|
|
||||||
// +" GROUP BY f.NUMSERIE20 ";
|
|
||||||
|
|
||||||
StringBuilder sql = new StringBuilder();
|
StringBuilder sql = new StringBuilder();
|
||||||
|
|
||||||
sql.append("SELECT imp.NUMSERIE20 ");
|
sql.append("SELECT imp.NUMSERIE20 ");
|
||||||
|
|
Loading…
Reference in New Issue