make(SystemCrudEventService::class)->timerAction($this->item); }catch (\Throwable $e){ Log::error('实体触发器执行定时任务报错action:' . $e->getMessage(), ['file' => $e->getFile(), 'line' => $e->getLine()]); } } }