Sfoglia il codice sorgente

Maj OrderShopRepository

feature/export_comptable
Guillaume 4 anni fa
parent
commit
bc8cd26749
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 3
- 0
ShopBundle/Repository/OrderShopRepository.php Vedi File

@@ -45,6 +45,9 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
->setParameter('dateEnd', $dateEnd)
;

$query->leftJoin('e.orderStatusHistories', 'orderStatusHistories')
->andWhere('SIZE(e.orderStatusHistories) > 0') ;

return $query->getQuery()->getResult() ;
}


Loading…
Annulla
Salva