select()->toArray(); } public static function getGoodsById($goods_id) { return Db::table(self::$table)->where('goods_id', $goods_id)->find(); } }