shish 5 лет назад
Родитель
Сommit
2b3f1afcf4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/ProductController.php

+ 1 - 0
app-hd/controllers/ProductController.php

@@ -147,6 +147,7 @@ class ProductController extends BaseController
             $classIds = ItemClassClass::getGhsItemClassAll($sjId);
             $where['sjId'] = $sjId;
             $where['shopId'] = $shopId;
+            $where['delStatus'] = 0;
 
             $itemInfoData = ProductClass::getAllByCondition($where, null, "*");
             $itemInfoData = ProductClass::groupProductInfo($itemInfoData);