Browse Source

更新商品

shish 6 years ago
parent
commit
f83d027ece
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz/goods/classes/GoodsStyleClass.php

+ 1 - 1
biz/goods/classes/GoodsStyleClass.php

@@ -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 = [];