|
@@ -109,7 +109,7 @@ public class UmsAdminServiceImpl implements UmsAdminService {
|
|
|
UsernamePasswordAuthenticationToken authentication = new UsernamePasswordAuthenticationToken(userDetails, null, userDetails.getAuthorities());
|
|
|
SecurityContextHolder.getContext().setAuthentication(authentication);
|
|
|
token = jwtTokenUtil.generateToken(userDetails);
|
|
|
- updateLoginTimeByUsername(username);
|
|
|
+// updateLoginTimeByUsername(username);
|
|
|
insertLoginLog(username);
|
|
|
} catch (AuthenticationException e) {
|
|
|
LOGGER.warn("登录异常:{}", e.getMessage());
|