소스 검색

Correftif bug

reduction
Fab 4 년 전
부모
커밋
9ae4fb7877
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      ShopBundle/Repository/ProductCategoryRepository.php

+ 1
- 3
ShopBundle/Repository/ProductCategoryRepository.php 파일 보기

@@ -34,9 +34,7 @@ class ProductCategoryRepository extends BaseRepository implements DefaultReposit
->andWhere('e.parent is NULL')

->andWhere('e.status = 1')
->orderBy('e.position', 'ASC')
->getQuery()
->getResult();
->orderBy('e.position', 'ASC');

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


Loading…
취소
저장