作者 lyh

变更数据

... ... @@ -54,7 +54,7 @@ class GeoCountAll extends Command
$geoCountModel = new GeoCountModel();
//获取前一天的项目id
$dates = [];
for ($i = 0; $i < 30; $i++) {
for ($i = 0; $i < 100; $i++) {
$dates[] = date('Y-m-d', strtotime("-{$i} days"));
}
foreach ($dates as $date) {
... ...