正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -75,7 +75,7 @@ class ProductLogic extends BaseLogic | @@ -75,7 +75,7 @@ class ProductLogic extends BaseLogic | ||
| 75 | $param['keyword_id'] = Arr::arrToSet($param['keyword_id'] ?? ''); | 75 | $param['keyword_id'] = Arr::arrToSet($param['keyword_id'] ?? ''); |
| 76 | $param['describe'] = Arr::a2s($param['describe'] ?? ''); | 76 | $param['describe'] = Arr::a2s($param['describe'] ?? ''); |
| 77 | $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); | 77 | $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); |
| 78 | - $param['seo_mate'] = Arr::a2s($param['seo_mate']); | 78 | + $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? ''); |
| 79 | $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); | 79 | $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); |
| 80 | $param['icon'] = Arr::a2s($param['icon'] ?? ''); | 80 | $param['icon'] = Arr::a2s($param['icon'] ?? ''); |
| 81 | $param['created_uid'] = $this->user['id']; | 81 | $param['created_uid'] = $this->user['id']; |
-
请 注册 或 登录 后发表评论