- correção caculo de tx de embarque : Não estava considerando o orgao no tx embarque fixa por localidade

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@24867 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2013-03-02 18:51:11 +00:00
parent 36c3e85b61
commit 533c756b47
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ public class SQLBuilderOracle implements SQLBuilder {
sb.append(" inner join TAXA_EMBARQUE_PARADA tepFixo on tepFixo.parada_id = t.origen_id and tepFixo.indtipo = 'F' and tepFixo.activo = 1 ");
sb.append("where ");
sb.append(" tao.marca_id = tarifa_oficial.marca_id ");
sb.append(" and tao.orgaoconcedente_id = tepFixo.orgaoconcedente_id ");
sb.append(" and tao.orgaoconcedente_id = tarifa_oficial.orgaoconcedente_id ");
sb.append(" and tao.claseservicio_id=tarifa_oficial.claseservicio_id ");
sb.append(" and tao.moneda_id = tarifa_oficial.moneda_id ");