作者 lyh

测试脚本

... ... @@ -66,6 +66,9 @@ class CountAllProject extends Command
break;
}
foreach ($data as $k => $v){
if(empty($v['online_date'])){
$v['online_date'] = null;
}
$v['is_upgrade'] = 0;
$v['version'] = 2;
$v['status'] = 0;
... ...