瀏覽代碼

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…
取消
儲存