From 86a0c62c22b793ebbbc67a5f2b01a9a4800640e2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期日, 31 七月 2022 13:06:58 +0800
Subject: [PATCH] 同一账号有效时间内只允许一人登录

---
 VueWebApi/DLL/DAL/LoginDAL.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/DAL/LoginDAL.cs b/VueWebApi/DLL/DAL/LoginDAL.cs
index 1379bdb..5817556 100644
--- a/VueWebApi/DLL/DAL/LoginDAL.cs
+++ b/VueWebApi/DLL/DAL/LoginDAL.cs
@@ -152,6 +152,7 @@
         }
         #endregion
 
+      
 
         #region[淇敼瀵嗙爜]
         public static ToMessage UpdateUserPassword(string usercode, string username, string password, string newpassword)

--
Gitblit v1.9.3