Sfoglia il codice sorgente

ims认证用户名修改

24753255@qq.com 5 mesi fa
parent
commit
4963a81432
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}";