|
...
|
...
|
@@ -238,6 +238,9 @@ class ProjectLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$param['upload_config'] = json_encode($param['upload_config'] ?? []);
|
|
|
|
$param['web_traffic_config'] = json_encode($param['web_traffic_config'] ?? []);
|
|
|
|
if($param['id'] == 181){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($param, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
}
|
|
|
|
$this->model->edit($param,['id'=>$param['id']]);
|
|
|
|
Common::del_user_cache($this->model->getTable(),$param['id']);
|
|
|
|
return $this->success();
|
...
|
...
|
|