wugg 8 months ago
parent
commit
3f05bd1371
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/user/model/Account.php

+ 1 - 1
app/user/model/Account.php

@@ -22,7 +22,7 @@ class Account extends Base
 	protected $updateTime='updatetime';
     protected $createTime='addtime';
     public function userInfo(){
-    	return $this->belongsTo(User::class,"id","account_id")->bind(["nickname","user_mobile"=>"mobile","openId"]);
+    	return $this->belongsTo(User::class,"id","account_id")->bind(["nickname","user_mobile"=>"mobile","openId","field_deny"]);
     }
     
     public function companyRelaton(){