src/main/java/com/example/jz/exception/BusinessException.java
@@ -35,7 +35,7 @@ public BusinessException(String msg) { super(msg); this.httpStatusCode = HttpStatus.BAD_REQUEST.value(); this.httpStatusCode = BusinessHttpStatus.BAD_EXCEPTION.value(); }