shish 6 ani în urmă
părinte
comite
5b002859b2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      console/controllers/UpgradeController.php

+ 1 - 1
console/controllers/UpgradeController.php

@@ -1470,7 +1470,7 @@ ALTER TABLE `xhAdmin` DROP COLUMN `currentShopId`;";
             foreach ($goodsList as $goods) {
                 $id = $goods['id'];
                 $currentGoodsName = $goods['goodsName'];
-                GoodsCategoryService::updateByCondition(['gId' => $id], ['goodsName' => $currentGoodsName])
+                GoodsCategoryService::updateByCondition(['gId' => $id], ['goodsName' => $currentGoodsName]);
             }
         }