diff --git a/Application/Home/Controller/TestResourceController.class.php b/Application/Home/Controller/TestResourceController.class.php index 266a7b42e..4e893bffa 100644 --- a/Application/Home/Controller/TestResourceController.class.php +++ b/Application/Home/Controller/TestResourceController.class.php @@ -420,8 +420,8 @@ 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("promote_auth.pid"); - $data['promote_account']=session("promote_auth.account"); + $data['promote_id']=$_SESSION['onethink_home']['promote_auth']['account']; + $data['promote_account']=$_SESSION['onethink_home']['promote_auth']['account']; $data['create_time']=time(); $data['apply_type']=0;