shish 10 ماه پیش
والد
کامیت
317be9d81f
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      app-ghs/controllers/ShopExtController.php

+ 4 - 0
app-ghs/controllers/ShopExtController.php

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