|
|
@ -66,6 +66,7 @@ class MiniProgramUpload extends RowAction |
|
|
|
|
|
|
|
|
$ids = Agent::whereNotNull('appid') |
|
|
$ids = Agent::whereNotNull('appid') |
|
|
->where([ |
|
|
->where([ |
|
|
|
|
|
['id', '>', 1], //ID=1是支付小程序,管理员账号
|
|
|
['status', '=', UserStatus::NORMAL], |
|
|
['status', '=', UserStatus::NORMAL], |
|
|
['appid', '<>', ''], |
|
|
['appid', '<>', ''], |
|
|
])->pluck('id'); |
|
|
])->pluck('id'); |
|
|
|