fixes bug#AL-1070
dev:wallace qua:juliane git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@113157 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fb2833979b
commit
dfef3f7041
|
@ -25,7 +25,7 @@ public class GerarMapeamentoImpressora {
|
|||
String serie = info[1];
|
||||
String mapeamento = String.format("%03d", Integer.parseInt(info[2]));
|
||||
|
||||
// AASystem.out.println("update FISCAL_IMPRESSORA set NUMEROIDENTIFICACAO = '" + mapeamento + "' where NUMSERIE20 = '" + serie + "';");
|
||||
// System.out.println("update FISCAL_IMPRESSORA set NUMEROIDENTIFICACAO = '" + mapeamento + "' where NUMSERIE20 = '" + serie + "';");
|
||||
System.out.println("update FISCAL_IMPRESSORA set NUMEROIDENTIFICACAO = '" + mapeamento + "', ESTADOLOCAL_ID = (select ESTADO_ID from ESTADO where CVEESTADO like '" + estado + "') where NUMSERIE20 = '" + serie + "';");
|
||||
// System.out.println("insert into tmp_map values ('" + estado + "','" + serie + "','" + mapeamento + "');");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue