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