Browse Source

ims认证用户名修改

24753255@qq.com 5 months ago
parent
commit
4963a81432
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protected/components/Controller.php

+ 1 - 1
protected/components/Controller.php

@@ -307,7 +307,7 @@ class Controller extends CController
         $this->sConn = $this->getDbConnection();
         $this->coachId = Yii::app()->session['coachInfo']["coach_id"];
         $this->coachInfo = Yii::app()->session['coachInfo'];
-        $this->authUsername = Yii::app()->session['coachInfo']["school_id"] . '_' . Yii::app()->session['coachInfo']["coach_name"];
+        $this->authUsername = Yii::app()->session['coachInfo']["school_id"] . '_' . Yii::app()->session['coachInfo']["coach_name"].'_xb';
         $this->controller = $this->_getController();
         $this->action = $this->_getAction();
         $this->reqPath = "{$this->controller}/{$this->action}";