|
@@ -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(){
|