mirror of https://gitee.com/stylefeng/roses
【8.1.9】更新异步记录登录失败的日志
parent
7d8369949b
commit
0c74ff6275
|
@ -46,8 +46,13 @@ public class AsyncLogManager {
|
|||
* @since 2024/7/10 17:29
|
||||
*/
|
||||
public void recordLoginLogFail(String account) {
|
||||
this.executeLog(new TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
LoginLogServiceApi loginLogServiceApi = SpringUtil.getBean(LoginLogServiceApi.class);
|
||||
loginLogServiceApi.loginFail(account);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue