select()->toArray(); } public static function getGoodsSpecByGoodId($id) { return Db::table(self::$table)->where(['goods_id' => $id])->find(); } }