|
...
|
...
|
@@ -189,6 +189,9 @@ class NewsLogic extends BaseLogic |
|
|
|
if(isset($param['image'])){
|
|
|
|
$param['image'] = str_replace_url($param['image'] ?? '');
|
|
|
|
}
|
|
|
|
if(isset($param['related_news_id'])){
|
|
|
|
$param['related_news_id'] = implode(',',$param['related_news_id']);
|
|
|
|
}
|
|
|
|
if(isset($this->param['id'])){
|
|
|
|
$param['operator_id'] = $this->user['id'];
|
|
|
|
if(isset($param['category_id']) && !empty($param['category_id'])){
|
...
|
...
|
|