Răsfoiți Sursa

Merge branch 'master' into dev

shish 10 luni în urmă
părinte
comite
30e5936e8f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/ShopExtController.php

+ 1 - 1
app-ghs/controllers/ShopExtController.php

@@ -36,7 +36,7 @@ class ShopExtController extends BaseController
         \bizHd\shop\classes\ShopExtClass::updateByCondition(['shopId' => $shopId], $arr);
         //零售端暂时同步更新
         $shop = $this->shop;
-        $lsShopId = $shop->pfShopId;
+        $lsShopId = $shop->lsShopId;
         \bizHd\shop\classes\ShopExtClass::updateByCondition(['shopId' => $lsShopId], $arr);
         util::complete('修改成功');
     }