From b20a70fb5c59d6e478a35f88106ac88628fe81e5 Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 29 Mar 2017 21:39:06 +0000 Subject: [PATCH] =?UTF-8?q?Exporta=C3=A7=C3=A3o=20Fiscal=20:=20ECF=20e=20R?= =?UTF-8?q?MD=20(issue=208120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67374 d1611594-4594-4d17-8e1d-87c2c4800839 --- tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java b/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java index 155b2d2f2..9361d97e3 100644 --- a/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java +++ b/tests/com/rjconsultores/tests/GerarMapeamentoImpressora.java @@ -25,7 +25,8 @@ public class GerarMapeamentoImpressora { String serie = info[1]; String mapeamento = info[2]; - System.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 + "');"); }