@@ -49,7 +49,6 @@ 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);