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') { diff --git a/Application/Home/View/default/GameRebate/records.html b/Application/Home/View/default/GameRebate/records.html index 95a41cbda..71a83f61c 100644 --- a/Application/Home/View/default/GameRebate/records.html +++ b/Application/Home/View/default/GameRebate/records.html @@ -159,6 +159,7 @@ 账号 角色ID 角色名 + 所属推广员 充值金额 @@ -199,7 +200,7 @@ {$data.user_account} {$data.role_id} {$data.role_name} - + {$data.promote_account} {$data.pay_amount}