浏览代码

[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) ;
}

正在加载...
取消
保存