select()->order("weigh","desc")->toArray(); return $this->where('id','in', $ids)->order("weigh","desc")->select()->toArray(); } }