正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -151,7 +151,7 @@ class Product extends Base | @@ -151,7 +151,7 @@ class Product extends Base | ||
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | public function getKeywordIdAttribute($value){ | 153 | public function getKeywordIdAttribute($value){ |
| 154 | - return Arr::setToArr(trim($value,',')); | 154 | + return Arr::setToArr($value); |
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | public function setRelatedProductIdAttribute($value){ | 157 | public function setRelatedProductIdAttribute($value){ |
-
请 注册 或 登录 后发表评论