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