소스 검색

fix: 错误提示

jay 2 년 전
부모
커밋
135458519a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iot-common/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java

+ 1 - 0
iot-common/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java

@@ -41,6 +41,7 @@ public class UserException extends BizException {
     public UserException(String message) {
         super(  message);
         this.code = ErrCode.SYSTEM_EXCEPTION.getKey();
+        this.message = message;
 
     }