Skip to content

Commit

Permalink
自定义规格过多导致不现实的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Sep 5, 2019
1 parent 07e70a3 commit 9e8f9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/product/ProductMysqldb.php
Expand Up @@ -209,6 +209,7 @@ public function spuCollData($select, $spuAttrArr, $spu)
['spu' => $spu],
],
'asArray' => true,
'fetchAll' => true,
];

$data = Yii::$service->product->coll($filter);
Expand Down

0 comments on commit 9e8f9ba

Please sign in to comment.