|
|
@@ -62,7 +62,7 @@ class BaseController extends PublicController
|
|
|
}
|
|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $currentShopId], true);
|
|
|
if (empty($shopExt)) {
|
|
|
- util::fail('没有找到门店');
|
|
|
+ util::fail('没有找到门店拓展信息');
|
|
|
}
|
|
|
$this->shopExt = $shopExt;
|
|
|
$shopAdmin = ShopAdminClass::getByCondition(['shopId' => $currentShopId, 'adminId' => $adminId, 'delStatus' => 0], true);
|