shish 3 년 전
부모
커밋
ca8410fa99
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app-mall/controllers/ItemController.php

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

@@ -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);