|
|
@@ -76,11 +76,11 @@ public class IndicadorEnquestaService {
|
|
|
}
|
|
|
|
|
|
public List<IndicadorEnquesta> getAllInds(Organ o, Integer curs){
|
|
|
- return this.r.getAllIndsByEstudi(curs, o.getRuct(), o.getOrgan().get, o.getTambit());
|
|
|
+ return this.r.getAllIndsByEstudi(o.getId().getLugar(), o.getOrgan().getId().getLugar(), curs, o.getTambit());
|
|
|
}
|
|
|
|
|
|
public List<IndicadorEnquesta> getAllInds(OrganDTO o, Integer curs){
|
|
|
- return this.r.getAllIndsByEstudi(curs, o.getLugar2(), curs, o.getTambit());
|
|
|
+ return this.r.getAllIndsByEstudi(o.getLugar(), o.getLugar2(), curs, o.getTambit());
|
|
|
}
|
|
|
|
|
|
public List<IndicadorEnquesta> getAllIndsByRuct(Integer ruct, Integer curs){
|