shish hace 11 meses
padre
commit
9ca993fdf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-hd/goods/classes/GoodsCategoryClass.php

+ 1 - 1
biz-hd/goods/classes/GoodsCategoryClass.php

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