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