shish 6 years ago
parent
commit
5b002859b2
1 changed files with 1 additions and 1 deletions
  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) {
             foreach ($goodsList as $goods) {
                 $id = $goods['id'];
                 $id = $goods['id'];
                 $currentGoodsName = $goods['goodsName'];
                 $currentGoodsName = $goods['goodsName'];
-                GoodsCategoryService::updateByCondition(['gId' => $id], ['goodsName' => $currentGoodsName])
+                GoodsCategoryService::updateByCondition(['gId' => $id], ['goodsName' => $currentGoodsName]);
             }
             }
         }
         }