|
...
|
...
|
@@ -68,7 +68,7 @@ class UpgradeCount extends Command |
|
|
|
->groupBy('month')->get()->toArray();
|
|
|
|
foreach ($list as $k=>$v){
|
|
|
|
$v = (array)$v;
|
|
|
|
if($v['updated_date'] == date('Y-m')){
|
|
|
|
if($v['month'] == date('Y-m')){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$monthCountModel = new MonthCount();
|
...
|
...
|
|