修复报错
This commit is contained in:
parent
e095e297ec
commit
942613d0cf
@ -182,7 +182,7 @@ class TaskLogic extends BaseLogic
|
||||
TaskTemplate::where('id', $v['id'])->inc('day_count')->update();
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
Log::error('定时任务添加失败', [$e->getMessage()]);
|
||||
Log::error('定时任务添加失败'.$e->getMessage().'line'.$e->getLine());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user