B204 - Erro no módulo Gerar | Atualizar Tarifa Oficial (fixed bug #5750)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@39032 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bb6877c656
commit
0ab35d5f81
|
@ -211,7 +211,7 @@ public class SQLBuilderOracle implements SQLBuilder {
|
|||
sb.append(" from ");
|
||||
sb.append(" TAXA_EMBARQUE_PARADA tepKm1 ");
|
||||
sb.append(" where ");
|
||||
sb.append(" tepKm1.parada_id = t.origen_id and tepKm1.KMATE >= t.CANTKMREAL and tepKm.activo = 1 ");
|
||||
sb.append(" tepKm1.parada_id = t.origen_id and tepKm1.KMATE >= t.CANTKMREAL and tepKm1.activo = 1 ");
|
||||
sb.append(" ) ");
|
||||
sb.append(" and tao.marca_id = tarifa_oficial.marca_id ");
|
||||
sb.append(" and tao.orgaoconcedente_id = tarifa_oficial.orgaoconcedente_id ");
|
||||
|
|
Loading…
Reference in New Issue