Commit bee7f236083fa4311fb98a3e2632e48166014b08
1 parent
dc916aa8
Exists in
master
and in
1 other branch
alterando consulta relatório patrimonio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/CommonBundle/Entity/ComputadorColetaRepository.php
| ... | ... | @@ -288,7 +288,7 @@ class ComputadorColetaRepository extends EntityRepository |
| 288 | 288 | ->innerJoin('CacicCommonBundle:Classe', 'classe','WITH', 'class.idClass = classe.idClass') |
| 289 | 289 | ->leftJoin('CacicCommonBundle:So', 'so','WITH','comp.idSo = so.idSo') |
| 290 | 290 | ->leftJoin('CacicCommonBundle:Rede', 'r','WITH', 'comp.idRede = r.idRede') |
| 291 | - ->innerJoin('CacicCommonBundle:Uorg','u','WITH', 'r.idRede = u.rede') | |
| 291 | + ->leftJoin('CacicCommonBundle:Uorg','u','WITH', 'r.idRede = u.rede') | |
| 292 | 292 | ->innerJoin('CacicCommonBundle:Local','l','WITH', 'r.idLocal = l.idLocal') |
| 293 | 293 | ->groupBy('comp.nmComputador,r.idRede, class.nmPropertyName, u.nmUorg, coleta.teClassPropertyValue,so.sgSo, r.teIpRede, l.nmLocal, r.nmRede, comp.idComputador,so.inMswindows') |
| 294 | 294 | ->orderBy('r.teIpRede, l.nmLocal'); | ... | ... |