登录账户任意填写都能登录的BUG

This commit is contained in:
lijianyou
2025-10-14 22:17:46 +08:00
parent 04d2ab0eaa
commit 67e43c656b
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ namespace dy.net.Controllers
}
else
{
var user = await _userService.GetUser();
var user = await _userService.GetUser(loginUserInfo.UserName);
if (user == null)
{