ソースを参照

[Frontend] Bon cadeau nouveautés

feature/module_traiteur_v1
Fab 4年前
コミット
1b5124f362
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      ShopBundle/Repository/ProductFamilyRepository.php

+ 1
- 0
ShopBundle/Repository/ProductFamilyRepository.php ファイルの表示

@@ -75,6 +75,7 @@ class ProductFamilyRepository extends BaseRepository implements DefaultRepositor
$query->andWhere('e.status = 1');
$query->andWhere(':now <= e.propertyNoveltyExpirationDate')
->setParameter('now', new \DateTime()) ;
$query->orderBy('e.createdAt', 'DESC');

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

読み込み中…
キャンセル
保存