注释不需要的数据

This commit is contained in:
liu 2024-06-04 15:33:14 +08:00
parent 96fcaf5021
commit 9ba8995e4b

View File

@ -77,7 +77,7 @@ class WechatUserService
$this->user = $user;
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();
return $this;