shish há 4 meses atrás
pai
commit
f28f0b2b2c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-hd/controllers/ShopController.php

+ 1 - 1
app-hd/controllers/ShopController.php

@@ -46,7 +46,7 @@ class ShopController extends BaseController
             $shop = $this->shop;
             $shop->merchantName = $name;
             $shop->save();
-            $sj = SjClass::getById($$shop->sjId, true);
+            $sj = SjClass::getById($shop->sjId, true);
             if (empty($sj)) {
                 util::fail('门店信息缺失呢');
             }