Update
parent
90a3afe873
commit
c711fa4451
|
|
@ -729,7 +729,7 @@ class DeviceController extends Controller
|
||||||
// 日期
|
// 日期
|
||||||
$date = $startTime->toDateString();
|
$date = $startTime->toDateString();
|
||||||
|
|
||||||
$data[$date] = $wormReports->get($date);
|
$data[$date] = $wormReports->get($date, 0);
|
||||||
|
|
||||||
$startTime->addDay();
|
$startTime->addDay();
|
||||||
} while ($startTime->lte($endTime));
|
} while ($startTime->lte($endTime));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue