2 Commits a7c64df0fe ... 4fcab9db6b

Author SHA1 Message Date
  24753255@qq.com 4fcab9db6b Merge branch 'li_huaweicloud' of http://gitz.zhixinhuixue.net:18880/zxhx/xiaoben-as2-php into li_huaweicloud 5 months ago
  24753255@qq.com 4963a81432 ims认证用户名修改 5 months ago
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}";