微淘
This commit is contained in:
@@ -59,7 +59,6 @@ class IndexController extends AdminController
|
||||
->whereHas('identity', function ($query) {
|
||||
$query->where('identity_id', 1);
|
||||
})
|
||||
->where('type', 'pingan')
|
||||
->get()
|
||||
->pluck('nickname', 'id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user