|
...
|
...
|
@@ -174,8 +174,6 @@ class ProjectLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
|
|
|
}else{
|
|
|
|
unset($param['notice_file']);
|
|
|
|
}
|
|
|
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
|
|
|
foreach ($param['confirm_file'] as &$v2) {
|
|
...
|
...
|
@@ -184,11 +182,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
|
|
|
}else{
|
|
|
|
unset($param['confirm_file']);
|
|
|
|
}
|
|
|
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|
|
|
|
|
|
|
|
//文件上传默认值
|
|
|
|
if($param['is_upload_manage']){
|
|
|
|
$param['upload_config'] = [
|
...
|
...
|
|