WIN-2308041133\Administrator 1 mese fa
parent
commit
8c0bf1ebb6

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