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();