Skip to content

Commit

Permalink
更新商品应用模块
Browse files Browse the repository at this point in the history
  • Loading branch information
王正东 committed Feb 2, 2021
1 parent b10bfeb commit 0427577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function handleRequest(\Royalcms\Component\HttpKernel\Request $request) {
return new ecjia_error('attr_values_or_color_values_error', __('属性值或属性色值参数错误', 'goods'));
}
$data['attr_values'] = implode(",", $attr_values);
$data['color_values'] = implode(",", $attr_values);
$data['color_values'] = implode(",", $color_values);

Ecjia\App\Goods\Models\AttributeModel::where('attr_id', $attr_id)->update($data);
}
Expand Down

0 comments on commit 0427577

Please sign in to comment.