find($update_id); } /** * 最新一个详情 */ public static function getLast() { return (new static())->where('is_delete', '=', 0) ->order(['create_time' => 'desc'])->find(); } }