@@ -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('门店信息缺失呢');
}