save(['weigh' => $row['id']]); }); } /** * 读取分类列表 * @return array */ public static function getCategoryArray() { $list = collection(self::order('weigh', 'desc')->select())->toArray(); return $list; } }