shish 3 роки тому
батько
коміт
0327a87689
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      app-mall/controllers/ItemController.php

+ 1 - 0
app-mall/controllers/ItemController.php

@@ -49,6 +49,7 @@ class ItemController extends BaseController
         }
         $where['delStatus'] = $delStatus;
         $where['frontHide'] = 0;
+        $where['presell'] = 0;
         $level = 0;
         $itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], "*");
         $itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);