浏览代码

ProductFamilyRepositoryQuery : suppression addSelect des QualityLabels (toujours le problème des données non chargées)

develop
Guillaume Bourgeois 1年前
父节点
当前提交
996c12744d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Repository/Product/ProductFamilyRepositoryQuery.php

+ 1
- 1
Repository/Product/ProductFamilyRepositoryQuery.php 查看文件

@@ -55,7 +55,7 @@ class ProductFamilyRepositoryQuery extends AbstractRepositoryQuery

$this->leftJoin('.qualityLabels', 'qualityLabels');
if ($addSelect) {
$this->addSelect('qualityLabels');
//$this->addSelect('qualityLabels');
}
}
return $this;

正在加载...
取消
保存