调整代码报错

dev
vine_liutk 2022-11-17 09:50:36 +08:00
parent c1d3660b27
commit 0d95dd8587
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class LinkosDeviceLogService
$log->save();
//验证是否警报
(new DeviceWarningService())->judgeLog($device, $log, $reportedAt);
(new DeviceWarningService())->judgeLog($device, $log, $monitoredAt);
}
/**