소스 검색

Maj OrderShopRepository

feature/export_comptable
Guillaume 4 년 전
부모
커밋
bc8cd26749
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 3
- 0
ShopBundle/Repository/OrderShopRepository.php 파일 보기

@@ -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…
취소
저장