瀏覽代碼

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…
取消
儲存