shish 5 سال پیش
والد
کامیت
6bd30dcd37
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-hd/controllers/AuthController.php

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

@@ -217,7 +217,7 @@ class AuthController extends PublicController
         if (!empty($shopId)) {
             $shopAdmin = ShopAdminClass::getByCondition(['shopId' => $shopId, 'adminId' => $adminId], true);
             if (empty($shopAdmin)) {
-                util::fail("没有员工信息哦(adminId:{$adminId})");
+                util::fail("没有员工信息哦(adminId:{$adminId} shopId:{$shopId})");
             }
             $shopAdmin->lastLogin = date("Y-m-d H:i:s");
             $shopAdmin->save();