web scan
This commit is contained in:
parent
5b7d78aa9b
commit
04ab1ec6a9
@ -364,7 +364,7 @@ class UserController extends Controller
|
||||
Log::info(json_encode($endDate));
|
||||
$endDate->sub(new \DateInterval('P1D'));
|
||||
|
||||
for ($i = 0; $i <= 7; $i++) {
|
||||
for ($i = 0; $i < 7; $i++) {
|
||||
$dates[] = $endDate->format('Y-m-d');
|
||||
$endDate->sub(new \DateInterval('P1D')); // 减去一天
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user