소스 검색

ims认证用户名修改

24753255@qq.com 5 달 전
부모
커밋
4963a81432
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}";