feat : order info

This commit is contained in:
2025-03-24 09:47:09 +08:00
parent 5dc8577a5d
commit 9c1f404313

View File

@@ -105,7 +105,6 @@ class AdminUser extends Model
{
$res = $this
->whereIn('id',$ids)
->orderBy('sort')
->get();
if ($res->isEmpty()) return [];