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