diff --git a/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java b/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java index e831ac5d0..63fd8e4aa 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])); -// 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 + "');"); }