🐛Fix: 修正失败状态下未能正常捕获业务异常的问题
This commit is contained in:
@@ -7,7 +7,7 @@ public enum LuaStatusEnum {
|
|||||||
// 成功
|
// 成功
|
||||||
SUCCESS(1L),
|
SUCCESS(1L),
|
||||||
// 失败
|
// 失败
|
||||||
FAIL(0L);
|
FAIL(-1L);
|
||||||
|
|
||||||
private final long value;
|
private final long value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user