注释不需要的数据
This commit is contained in:
parent
96fcaf5021
commit
9ba8995e4b
@ -77,7 +77,7 @@ class WechatUserService
|
|||||||
|
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
if(!$user->isEmpty()){
|
if(!$user->isEmpty()){
|
||||||
$this->user->supplier=Supplier::where('uid',$user['id'])->with('userAuth')->field('id,mer_name')->find();
|
// $this->user->supplier=Supplier::where('uid',$user['id'])->with('userAuth')->field('id,mer_name')->find();
|
||||||
}
|
}
|
||||||
// $this->user->merchat=Merchant::where('uid',$user['id'])->find();
|
// $this->user->merchat=Merchant::where('uid',$user['id'])->find();
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user