pati
parent
8075f3d221
commit
c0abe0262e
|
|
@ -50,7 +50,7 @@ class PatientRecordNotify extends Command
|
|||
->where('type', SocialiteType::WxOfficial)
|
||||
->whereIn('user_id', $list->pluck('notify_user_id'))
|
||||
->get();
|
||||
$users = UserSocialite::where('user_type', (new AdminUser)->getMorphClass())
|
||||
$users = UserSocialite::where('user_type', (new User())->getMorphClass())
|
||||
->where('type', SocialiteType::WxOfficial)
|
||||
->whereIn('user_id', $list->pluck('user_id'))
|
||||
->get();
|
||||
|
|
|
|||
Loading…
Reference in New Issue