【fix sonar】OnlineInterceptor文件
This commit is contained in:
+2
-2
@@ -114,8 +114,8 @@ public class OnlineInterceptor implements HandlerInterceptor {
|
||||
Result<T> result = Result.error("无权限访问(操作)");
|
||||
printWriter.print(JSON.toJSON(result));
|
||||
}
|
||||
} catch (IOException iOException) {
|
||||
log.error(iOException.getMessage());
|
||||
} catch (IOException e) {
|
||||
log.error(e.getMessage());
|
||||
} finally {
|
||||
if (printWriter != null) {
|
||||
printWriter.close();
|
||||
|
||||
Reference in New Issue
Block a user