@@ -116,7 +116,7 @@ class Index extends Api
{
$list = CapacityLoad::field('id,name,capacity,percentage')
->order('weigh', 'desc')
- ->order('id', 'asc')
+ ->order('id', 'desc')
->select();
$this->success('ok', collection($list)->toArray());
}