From 33f004d1196d056b99a3886de070d429315bac39 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 11 Dec 2025 18:12:38 +0800
Subject: [PATCH] 将分类改为多选 修复活动报名 实现成为vip会员时根据活动报名信息绑定下级

---
 admin/app/agent/model/supplier/Apply.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/admin/app/agent/model/supplier/Apply.php b/admin/app/agent/model/supplier/Apply.php
index 709c37f..10c367e 100644
--- a/admin/app/agent/model/supplier/Apply.php
+++ b/admin/app/agent/model/supplier/Apply.php
@@ -86,6 +86,7 @@
                     'link_name' => $this['user_name'],
                     'business_id' => $this['business_id'],
                     'category_id' => $this['category_id'],
+                    'referee_id' => $this['referee_id'],
                     'agent_id' => self::$agent_id
                 ];
                 // 供应商状态,如果类目保证金为0,则直接通过,否则需要交纳保证金

--
Gitblit v1.9.2