@@ -300,6 +300,7 @@ class ProductController extends BaseController
$where['mainId'] = $mainId;
$where['delStatus'] = 0;
$where['status'] = 1;
+ $where['frontHide'] = 0;
$level = $ghs['giveLevel'] ?? 0;
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], "*");