diff --git a/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java b/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java index b04c7598e..584d7b6c6 100644 --- a/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java +++ b/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java @@ -25,7 +25,7 @@ public class GerarMapeamentoImpressora { String serie = info[1]; String mapeamento = String.format("%03d", Integer.parseInt(info[2])); -// System.out.println("update FISCAL_IMPRESSORA set NUMEROIDENTIFICACAO = '" + mapeamento + "' where NUMSERIE20 = '" + serie + "';"); +// aSystem.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 + "');"); }