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