From 6878cbd6fc0b98aecbb512f86a71f26f39ddfc48 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 28 Sep 2021 10:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/GameRebate/records.html | 3 ++- Application/Base/Service/GameRebateService.class.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Application/Admin/View/GameRebate/records.html b/Application/Admin/View/GameRebate/records.html index 30f088fc5..f676c6ddc 100644 --- a/Application/Admin/View/GameRebate/records.html +++ b/Application/Admin/View/GameRebate/records.html @@ -185,6 +185,7 @@ 账号 角色ID 角色名 + 所属推广员 充值金额 @@ -229,7 +230,7 @@ {$data.user_account} {$data.role_id} {$data.role_name} - + {$data.promote_account} {$data.pay_amount} diff --git a/Application/Base/Service/GameRebateService.class.php b/Application/Base/Service/GameRebateService.class.php index 936760b27..6dc49bfea 100644 --- a/Application/Base/Service/GameRebateService.class.php +++ b/Application/Base/Service/GameRebateService.class.php @@ -279,6 +279,7 @@ class GameRebateService 'user_account' => '账号', 'role_id' => '角色ID', 'role_name' => '角色名称', + 'promote_account' => '所属推广员', ]; if ($awardType == 'A') {