Prechádzať zdrojové kódy

ims认证用户名修改

24753255@qq.com 5 mesiacov pred
rodič
commit
4963a81432
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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}";