Update
parent
90a3afe873
commit
c711fa4451
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue