|
...
|
...
|
@@ -794,6 +794,9 @@ class ProjectLogic extends BaseLogic |
|
|
|
if(($info['type'] == Project::TYPE_ZERO) && ($info['type'] != Project::TYPE_FIVE)){
|
|
|
|
$param['type'] = Project::TYPE_ONE;
|
|
|
|
}
|
|
|
|
if($param['type'] == Project::TYPE_CLOSE){
|
|
|
|
$param['site_status'] = 1;//关闭站点
|
|
|
|
}
|
|
|
|
//创建默认数据库
|
|
|
|
if($param['type'] == Project::TYPE_ONE){
|
|
|
|
//改为异步
|
...
|
...
|
|