git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@20854 d1611594-4594-4d17-8e1d-87c2c4800839
parent
091a298d2c
commit
86aa774d55
|
@ -83,6 +83,7 @@ public class SQLBuilderOracle implements SQLBuilder {
|
|||
}
|
||||
sb.append(" and r.activo = 1 ");
|
||||
sb.append(" and tc.activo = 1 ");
|
||||
sb.append(" and mc.marca_id <> -1 ");
|
||||
sb.append(" and m.moneda_id = 1 ");
|
||||
if (orgaoConcedenteId != null) {
|
||||
sb.append(" and oc.orgaoconcedente_id = ").append(orgaoConcedenteId);
|
||||
|
@ -130,6 +131,7 @@ public class SQLBuilderOracle implements SQLBuilder {
|
|||
sb.append("where ");
|
||||
sb.append(" rc.activo = 1 ");
|
||||
sb.append(" and r.activo = 1 ");
|
||||
sb.append(" and mc.marca_id <> -1 ");
|
||||
sb.append(" and tc.activo = 1 ");
|
||||
sb.append(" and m.moneda_id = 1 ");
|
||||
if (orgaoConcedenteId != null) {
|
||||
|
|
Loading…
Reference in New Issue