From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 10:30:43 +0800
Subject: [PATCH] 优化名片
---
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