Commit 280f8a1e by “zcwang”

change: 枚举类

parent 43793954
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright 2022 Netease, Inc. All rights reserved. * Copyright 2022 Netease, Inc. All rights reserved.
* NETEASE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * NETEASE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/ */
package com.netease.mail.yanxuan.change.biz.meta.enums; package com.netease.mail.yanxuan.change.common.enums;
/** /**
* @Author zcwang * @Author zcwang
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright 2022 Netease, Inc. All rights reserved. * Copyright 2022 Netease, Inc. All rights reserved.
* NETEASE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * NETEASE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/ */
package com.netease.mail.yanxuan.change.biz.meta.enums; package com.netease.mail.yanxuan.change.common.enums;
/** /**
* @Author zcwang * @Author zcwang
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
* @author 莫闲. * @author 莫闲.
* @date 2021/1/29. * @date 2021/1/29.
*/ */
package com.netease.mail.yanxuan.change.biz.meta.enums; package com.netease.mail.yanxuan.change.common.enums;
...@@ -44,7 +44,7 @@ public class GlobalExceptionHandler { ...@@ -44,7 +44,7 @@ public class GlobalExceptionHandler {
} }
AjaxResult result = new AjaxResult(); AjaxResult result = new AjaxResult();
result.setCodeInt(monitorException(ex)); result.setCode(monitorException(ex));
if (ex instanceof IllegalArgumentException) { if (ex instanceof IllegalArgumentException) {
result.setMsg(ex.getMessage()); result.setMsg(ex.getMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment