From 09e71420e0a7c541c94c1005ccd910f4dfea8e4c Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 12 May 2020 10:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=A8=E5=B9=BF=E5=91=98?= =?UTF-8?q?=E5=BD=92=E5=B1=9E=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index 7afd08c6d..a51036273 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1428,7 +1428,7 @@ class PromoteController extends ThinkController } $data = array( 'promote_id' => $promote_id, - 'company_belong' => $company_belong, + // 'company_belong' => $company_belong, 'company_relation' => $company_relation, 'can_view_recharge' => $can_view_recharge, 'company_type' => $company_type, @@ -1471,7 +1471,7 @@ class PromoteController extends ThinkController } $data = array( 'promote_id' => $promote_id, - 'company_belong' => $company_belong, + // 'company_belong' => $company_belong, 'company_relation' => $company_relation, 'can_view_recharge' => $can_view_recharge, 'company_type' => $company_type,