正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -209,6 +209,9 @@ class NewsLogic extends BaseLogic | @@ -209,6 +209,9 @@ class NewsLogic extends BaseLogic | ||
| 209 | if(isset($param['related_news_id'])){ | 209 | if(isset($param['related_news_id'])){ |
| 210 | $param['related_news_id'] = implode(',',$param['related_news_id']); | 210 | $param['related_news_id'] = implode(',',$param['related_news_id']); |
| 211 | } | 211 | } |
| 212 | + if(isset($param['related_product_id'])){ | ||
| 213 | + $param['related_product_id'] = implode(',',$param['related_product_id']); | ||
| 214 | + } | ||
| 212 | return $this->success($param); | 215 | return $this->success($param); |
| 213 | } | 216 | } |
| 214 | 217 |
-
请 注册 或 登录 后发表评论