소스 검색

OrderShopRepositoryQuery : Correctif sectionMainOrderShop

packProduct
Guillaume 2 년 전
부모
커밋
34b5775172
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

+ 2
- 2
Repository/Order/OrderShopRepositoryQuery.php 파일 보기

@@ -282,8 +282,8 @@ class OrderShopRepositoryQuery extends AbstractRepositoryQuery
$this->joinMainOrderShop();

return $this
->andWhere('mainOrderShop.section = :section')
->setParameter('section', $section);
->andWhere('mainOrderShop.section = :sectionMainOrderShop')
->setParameter('sectionMainOrderShop', $section);
}

public function filterIsNullMainOrderShop(): self

Loading…
취소
저장