ソースを参照

[Frontend] Actus : correctif

feature/export_comptable
Guillaume 4年前
コミット
3ab17741e7
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php ファイルの表示

@@ -24,6 +24,8 @@ class NewsRepository extends BaseRepository implements DefaultRepositoryInterfac
$result = $this->findByMerchantQuery()
->orderBy('e.date', 'DESC') ;

$result->andWhere('e.status = 1') ;

if($maxResults) {
$result->setMaxResults($maxResults) ;
}

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