Просмотр исходного кода

没有找到门店拓展信息

shish 5 лет назад
Родитель
Сommit
7ba3c685ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/BaseController.php

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

@@ -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);