user返回个人信息和loginlogs更新

This commit is contained in:
2023-12-26 21:42:35 +08:00
parent 5fdda5bdb6
commit 941ae2d42a
7 changed files with 22 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ public class LoginLogsController {
LoginLogsService loginLogsService;
@RequestMapping("/getUserLoginLogs")
public List<LoginLogs> getUserLoginLog(LoginLogs loginLogs){
if (loginLogs==null){
return null;
}