作者 lyh

gx

... ... @@ -50,6 +50,7 @@ class UpgradeProjectCount extends Command
if(!empty($list)){
$arr = [];
foreach ($list as $k=>$v){
$v = (array)$v;
echo date('Y-m-d H:i:s') . '时间:'.$v['updated_date'] . PHP_EOL;
$this->country20Top($v['updated_date']);
// $count = new Count();
... ...