Fixes Bug #0009442
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71864 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b5ea32c0f7
commit
cc60b87ac3
|
@ -628,7 +628,7 @@ public class SQLBuilderOracle implements SQLBuilder {
|
|||
public String getSQLAtualizarPrecioPorTPP(final Integer rutaId, final Integer usuarioId,
|
||||
final Integer orgaoConcedenteId, TipoSeguro tipoSeguro) {
|
||||
StringBuilder sb = new StringBuilder("");
|
||||
sb.append("update tarifa_oficial set PRECIO = PRECIO + IMPORTETPP ");
|
||||
sb.append("update tarifa_oficial set PRECIO = PRECIO + nvl(IMPORTETPP,0) ");
|
||||
sb.append(" where ");
|
||||
sb.append(" tarifa_oficial.activo = 1 ");
|
||||
if (rutaId != null) {
|
||||
|
|
Loading…
Reference in New Issue