main
李静 2025-10-11 21:06:48 +08:00
parent 90a3afe873
commit c711fa4451
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ class DeviceController extends Controller
// 日期
$date = $startTime->toDateString();
$data[$date] = $wormReports->get($date);
$data[$date] = $wormReports->get($date, 0);
$startTime->addDay();
} while ($startTime->lte($endTime));