Commit a3e31242 authored by zhz's avatar zhz

attrs

parent 4ce59038
...@@ -824,10 +824,10 @@ class GoodsCommonServiceModel extends \Business\AbstractModel ...@@ -824,10 +824,10 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
} }
$storeId && $where['han_goods_attribute.store_id'] = $storeId; $storeId && $where['han_goods_attribute.store_id'] = $storeId;
$storeId || $where['source'] = 1; //来源:平台 $storeId || $where['source'] = 1; //来源:平台
$firstClassId && $where['firstClassId'] = $firstClassId; $firstClassId && $where['gc_id_1'] = $firstClassId;
$secondClassId && $where['secondClassId'] = $secondClassId; $secondClassId && $where['gc_id_2'] = $secondClassId;
$thirdClassId && $where['thirdClassId'] = $thirdClassId; $thirdClassId && $where['gc_id_3'] = $thirdClassId;
$storeThirdClassId && $where['storeThirdClassId'] = $storeThirdClassId; $storeThirdClassId && $where['goods_class_t_id'] = $storeThirdClassId;
$where['is_filter'] = 1; $where['is_filter'] = 1;
$productData = []; $productData = [];
$attributeRedis = \Redis\Db4\GoodsAttributeRedisModel::getInstance(); $attributeRedis = \Redis\Db4\GoodsAttributeRedisModel::getInstance();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment