walace 2017-09-20 12:28:35 +00:00
parent a2e9060220
commit 9ce3d3d1f0
1 changed files with 0 additions and 8 deletions

View File

@ -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 ");