正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -189,6 +189,9 @@ class NewsLogic extends BaseLogic | @@ -189,6 +189,9 @@ class NewsLogic extends BaseLogic | ||
| 189 | if(isset($param['image'])){ | 189 | if(isset($param['image'])){ |
| 190 | $param['image'] = str_replace_url($param['image'] ?? ''); | 190 | $param['image'] = str_replace_url($param['image'] ?? ''); |
| 191 | } | 191 | } |
| 192 | + if(isset($param['related_news_id'])){ | ||
| 193 | + $param['related_news_id'] = implode(',',$param['related_news_id']); | ||
| 194 | + } | ||
| 192 | if(isset($this->param['id'])){ | 195 | if(isset($this->param['id'])){ |
| 193 | $param['operator_id'] = $this->user['id']; | 196 | $param['operator_id'] = $this->user['id']; |
| 194 | if(isset($param['category_id']) && !empty($param['category_id'])){ | 197 | if(isset($param['category_id']) && !empty($param['category_id'])){ |
-
请 注册 或 登录 后发表评论