From 64bb801be2bf369d197cdb2c38b12fe6fcaa2293 Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Thu, 9 Jul 2020 17:20:24 +0800 Subject: [PATCH] 1 --- Application/Admin/Controller/PlatformController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/PlatformController.class.php b/Application/Admin/Controller/PlatformController.class.php index 23e3acf2c..1236ffafd 100644 --- a/Application/Admin/Controller/PlatformController.class.php +++ b/Application/Admin/Controller/PlatformController.class.php @@ -839,8 +839,8 @@ class PlatformController extends ThinkController data2csv($data,'推广员充值统计',array( 'company_name' => '公司', - "promote_account"=>"当前推广员账号", - 'admin_username' => '管理员', + "promote_account"=>"会长账号", + 'admin_username' => '当前市场专员', "count"=>"累计充值", "rand"=>"排行榜", "today"=>"今日充值",