|
|
@@ -78,7 +78,7 @@ class GoodsCategoryClass extends BaseClass
|
|
|
//花束商城
|
|
|
$query->andWhere(['xhGoods.delStatus' => 0]);
|
|
|
$query->andWhere(['xhGoods.status' => 1]);
|
|
|
- $query->andWhere(['xhGoods.priceType' => 0]);
|
|
|
+ $query->andWhere(['xhGoods.priceType' => 1]);
|
|
|
} elseif ($requestType == 'album') {
|
|
|
//相册
|
|
|
$query->andWhere(['xhGoods.delStatus' => 0]);
|