@@ -42,7 +42,7 @@ class GoodsStyleClass extends BaseClass
['styleName' => '黑色2', 'price' => 0.1, 'picture' => '', 'action' => 'delete', 'id' => 2]
];
*/
- public function updateGoodsStyle($goodsStyleList, $goodsId)
+ public static function updateGoodsStyle($goodsStyleList, $goodsId)
{
$add = [];
$update = [];