mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -201,7 +201,13 @@ public class LoginUserService extends BaseService<LoginUserEntity, LoginUserRepo
|
||||
|
||||
public void deleteLogin(String sessionId) {
|
||||
|
||||
try{
|
||||
|
||||
this.repository.deleteById(sessionId);
|
||||
}catch (Exception e){
|
||||
|
||||
}
|
||||
|
||||
this.clearCache(sessionId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user