diff --git a/app/common/dao/store/consumption/CommissionDao.php b/app/common/dao/store/consumption/CommissionDao.php index a9c4e67f..c9960fa6 100755 --- a/app/common/dao/store/consumption/CommissionDao.php +++ b/app/common/dao/store/consumption/CommissionDao.php @@ -101,10 +101,6 @@ class CommissionDao ]; $result[] = $user; } - //用户是镇合伙人,不发放红包 - if ($user['type'] == 3) { - continue; - } $redPack = bcmul($order['pay_price'], $consumption['config']['red_pack_rate'], 2); if ($redPack > 0) { try {