From a3d0c81d4bf4699f281a245c10947798fe696c01 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Fri, 25 Oct 2019 17:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/TestResourceController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/TestResourceController.class.php b/Application/Home/Controller/TestResourceController.class.php index 4e893bffa..7c9108ee3 100644 --- a/Application/Home/Controller/TestResourceController.class.php +++ b/Application/Home/Controller/TestResourceController.class.php @@ -420,7 +420,7 @@ class TestResourceController extends BaseController $data['apply_name']=$_SESSION['onethink_home']['promote_auth']['account']; $data['apply_id']=$_SESSION['onethink_home']['promote_auth']['pid']; - $data['promote_id']=$_SESSION['onethink_home']['promote_auth']['account']; + $data['promote_id']=$_SESSION['onethink_home']['promote_auth']['pid']; $data['promote_account']=$_SESSION['onethink_home']['promote_auth']['account']; $data['create_time']=time();