|
@@ -174,8 +174,6 @@ class ProjectLogic extends BaseLogic |
|
@@ -174,8 +174,6 @@ class ProjectLogic extends BaseLogic |
|
174
|
}
|
174
|
}
|
|
175
|
}
|
175
|
}
|
|
176
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
176
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
|
177
|
- }else{
|
|
|
|
178
|
- unset($param['notice_file']);
|
|
|
|
179
|
}
|
177
|
}
|
|
180
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
178
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
|
181
|
foreach ($param['confirm_file'] as &$v2) {
|
179
|
foreach ($param['confirm_file'] as &$v2) {
|
|
@@ -184,11 +182,8 @@ class ProjectLogic extends BaseLogic |
|
@@ -184,11 +182,8 @@ class ProjectLogic extends BaseLogic |
|
184
|
}
|
182
|
}
|
|
185
|
}
|
183
|
}
|
|
186
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
184
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
|
187
|
- }else{
|
|
|
|
188
|
- unset($param['confirm_file']);
|
|
|
|
189
|
}
|
185
|
}
|
|
190
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|
186
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|
|
191
|
-
|
|
|
|
192
|
//文件上传默认值
|
187
|
//文件上传默认值
|
|
193
|
if($param['is_upload_manage']){
|
188
|
if($param['is_upload_manage']){
|
|
194
|
$param['upload_config'] = [
|
189
|
$param['upload_config'] = [
|