瀏覽代碼

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 查看文件



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

Loading…
取消
儲存