quanwei
2025-12-05 feda780069d64479c0c20493603717e100655da9
admin/app/common/service/order/OrderCompleteService.php
@@ -78,6 +78,12 @@
        }
        // 发放分销商佣金,发放团队分红
        foreach ($orderList as $order) {
            if ($order['is_newcomer']==1){
                // 赠送等级积分给用户
                $user = UserModel::detail($order['user_id']);
                $points = $order['pay_price'];
                $user->setIncPoints($points, '新人专区购买商品专享订单奖励积分');
            }
            AgentOrderModel::grantMoney($order, $this->orderType);
            // 发放团队分红 by yj
         TeamOrderModel::grantMoney($order, $this->orderType);