From aa8836a65e97e297340fff3a42615f0a36f314e7 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期一, 22 五月 2023 16:10:10 +0800 Subject: [PATCH] 后台管理端删除聊天记录,新增新增头像,用户管理删选条件等 --- src/main/java/com/example/jz/exception/BusinessException.java | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/example/jz/exception/BusinessException.java b/src/main/java/com/example/jz/exception/BusinessException.java index 13df96e..0da499a 100644 --- a/src/main/java/com/example/jz/exception/BusinessException.java +++ b/src/main/java/com/example/jz/exception/BusinessException.java @@ -5,16 +5,12 @@ public class BusinessException extends RuntimeException { - /** - * - */ private static final long serialVersionUID = -4137688758944857209L; /** * http鐘舵�佺爜 */ private Integer httpStatusCode; - /** * @param httpStatus http鐘舵�佺爜 @@ -32,15 +28,12 @@ this.httpStatusCode = httpStatus.value(); } - public BusinessException(String msg) { super(msg); this.httpStatusCode = BusinessHttpStatus.BAD_EXCEPTION.value(); } - public Integer getHttpStatusCode() { return httpStatusCode; } - -} \ No newline at end of file +} -- Gitblit v1.8.0