shish 5 лет назад
Родитель
Сommit
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();