From 66130c66d2f0ff71b17bd0909ffdb59fe363825b Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 29 Jan 2024 11:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=87=E5=90=88=E4=BC=99=E4=BA=BA=E7=9B=B4?= =?UTF-8?q?=E6=8E=A8=E5=A5=96=E5=8A=B1=E6=8A=B5=E6=89=A3=E7=BA=A2=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/store/consumption/CommissionDao.php | 4 ---- 1 file changed, 4 deletions(-) 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 {