Răsfoiți Sursa

没有找到门店拓展信息

shish 5 ani în urmă
părinte
comite
7ba3c685ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);
             $shopExt = ShopExtClass::getByCondition(['shopId' => $currentShopId], true);
             if (empty($shopExt)) {
             if (empty($shopExt)) {
-                util::fail('没有找到门店');
+                util::fail('没有找到门店拓展信息');
             }
             }
             $this->shopExt = $shopExt;
             $this->shopExt = $shopExt;
             $shopAdmin = ShopAdminClass::getByCondition(['shopId' => $currentShopId, 'adminId' => $adminId, 'delStatus' => 0], true);
             $shopAdmin = ShopAdminClass::getByCondition(['shopId' => $currentShopId, 'adminId' => $adminId, 'delStatus' => 0], true);