|
|
@@ -92,7 +92,6 @@ public class OauthInterceptor implements HandlerInterceptor {
|
|
|
|
|
|
@Override
|
|
|
public void afterCompletion(@NonNull HttpServletRequest request, @NonNull HttpServletResponse response, @NonNull Object handler, Exception ex) {
|
|
|
- log.error("", ex);
|
|
|
String requestId = ServletContext.getRequestId();
|
|
|
String redisKey = String.format(RedisKeys.USER_OPERATE_LOG_TEMP, requestId);
|
|
|
UserOperateLog userOperateLog = this.redisTemplate.boundValueOps(redisKey).get();
|