浏览代码

Maj OrderShopRepository

feature/export_comptable
Guillaume 4 年前
父节点
当前提交
bc8cd26749
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 3
- 0
ShopBundle/Repository/OrderShopRepository.php 查看文件

@@ -45,6 +45,9 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
->setParameter('dateEnd', $dateEnd)
;

$query->leftJoin('e.orderStatusHistories', 'orderStatusHistories')
->andWhere('SIZE(e.orderStatusHistories) > 0') ;

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


正在加载...
取消
保存