master
wangxinglong 2022-04-21 12:03:20 +08:00
parent 5dc6a1379f
commit 8bfce4f288
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Area extends Base
// 获取列表 // 获取列表
public static function getAllList(): Collection public static function getAllList(): Collection
{ {
return self::order('id', 'asc') return self::order(["sort"=>"desc","id"=>"desc"])
->select(); ->select();
} }
} }