Exportação Fiscal : ECF e RMD (issue 8120)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67374 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2017-03-29 21:39:06 +00:00
parent 628b000e21
commit b20a70fb5c
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ public class GerarMapeamentoImpressora {
String serie = info[1]; String serie = info[1];
String mapeamento = info[2]; 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 + "');"); // System.out.println("insert into tmp_map values ('" + estado + "','" + serie + "','" + mapeamento + "');");
} }