ソースを参照

fix: 错误提示

jay 2 年 前
コミット
135458519a

+ 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;
 
     }