WIN-2308041133\Administrator 1 месяц назад
Родитель
Сommit
8c0bf1ebb6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/services/product/product/StoreProductGiftGroupService.php

+ 1 - 1
app/services/product/product/StoreProductGiftGroupService.php

@@ -109,7 +109,7 @@ class StoreProductGiftGroupService extends BaseServices
         if (isset($where['uid']) && $where['uid']) {
             $daoWhere['uid'] = $where['uid'];
         }
-
+        $daoWhere['is_show'] = 1;
         // 获取所有礼包商品
         $giftGroups = $this->dao->getList($daoWhere, 'DISTINCT product_id', 0, 0);