delete(); try { //退款审核后事件 Confirm::after($data); } catch (\Exception $e) { Log::write(__CLASS__.$e->getMessage()); $job->delete(); } } }