作者 lyh

变更数据

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