@@ -168,7 +168,9 @@ namespace Hotline.Api.Controllers
{
p.AreaName,
p.Id
- }).ToListAsync();
+ })
+ .OrderBy(p=>p.Id)
+ .ToListAsync();
}