fixes bug#24377
AL-138 dev:wallace qua:juliane git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112852 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2b48a34f17
commit
a87f0395bc
|
@ -25,7 +25,7 @@ public class GerarMapeamentoImpressora {
|
|||
String serie = info[1];
|
||||
String mapeamento = String.format("%03d", Integer.parseInt(info[2]));
|
||||
|
||||
// ASystem.out.println("update FISCAL_IMPRESSORA set NUMEROIDENTIFICACAO = '" + mapeamento + "' where NUMSERIE20 = '" + serie + "';");
|
||||
// AASystem.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