浏览代码

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

正在加载...
取消
保存