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