浏览代码

Merge branch 'hotfix/hotfix_1248'

master
Guillaume Bourgeois 1年前
父节点
当前提交
2c06622b24
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/logic/Product/Product/Repository/ProductRepository.php

+ 1
- 1
common/logic/Product/Product/Repository/ProductRepository.php 查看文件

@@ -33,7 +33,7 @@ class ProductRepository extends AbstractRepository
{
return [
self::WITH => ['taxRate', 'productPointSale'],
self::JOIN_WITH => ['productPrice'],
self::JOIN_WITH => [],
self::ORDER_BY => 'product.order ASC',
self::ATTRIBUTE_ID_PRODUCER => 'product.id_producer'
];

正在加载...
取消
保存