|
|
@@ -544,13 +544,13 @@ class UserForm extends Model
|
|
|
|
|
|
$uid = \Yii::$app->user->id;
|
|
|
$model = User::findOne(['ID'=>$uid]);
|
|
|
- $model->NATION = $this->nation;
|
|
|
+// $model->NATION = $this->nation;
|
|
|
//$model->REAL_NAME = $this->realName;
|
|
|
//$model->MOBILE = $this->mobile;
|
|
|
//$model->ID_CARD = $this->idCard;
|
|
|
- $model->OPEN_BANK = $this->openBank;
|
|
|
- $model->BANK_NO = $this->bankNo;
|
|
|
- $model->BANK_ADDRESS = $this->bankAddress;
|
|
|
+// $model->OPEN_BANK = $this->openBank;
|
|
|
+// $model->BANK_NO = $this->bankNo;
|
|
|
+// $model->BANK_ADDRESS = $this->bankAddress;
|
|
|
$model->EMAIL = $this->email;
|
|
|
if(!$model->save()){
|
|
|
$this->addErrors($model->getErrors());
|