shish před 6 roky
rodič
revize
f83d027ece
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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]
 	['styleName' => '黑色2', 'price' => 0.1, 'picture' => '', 'action' => 'delete', 'id' => 2]
 	];
 	];
 	 */
 	 */
-	public function updateGoodsStyle($goodsStyleList, $goodsId)
+	public static function updateGoodsStyle($goodsStyleList, $goodsId)
 	{
 	{
 		$add = [];
 		$add = [];
 		$update = [];
 		$update = [];