shish 5 роки тому
батько
коміт
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);