feat : order info
This commit is contained in:
@@ -105,7 +105,6 @@ class AdminUser extends Model
|
||||
{
|
||||
$res = $this
|
||||
->whereIn('id',$ids)
|
||||
->orderBy('sort')
|
||||
->get();
|
||||
|
||||
if ($res->isEmpty()) return [];
|
||||
|
||||
Reference in New Issue
Block a user