From 26cdbc1511eeac6e6d1bb95bb5b1863b4ad7b866 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期三, 15 十一月 2023 09:05:52 +0800 Subject: [PATCH] 1. 修改风险值的查询逻辑; --- src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt b/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt index ccc5f77..1551ec3 100644 --- a/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt +++ b/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt @@ -3,6 +3,7 @@ enum class ExceptionType(val value:Int, val des:String) { TYPE0(0, "鏂綉鎴栨帀绾�"), TYPE1(1, "鏁版嵁瓒呬綆寮傚父"), + TYPE2(2, "鏁版嵁瓒呮爣"), TYPE3(3, "鏁版嵁闀挎椂娈垫棤娉㈠姩"), TYPE4(4, "閲忕骇绐佸彉寮傚父"), TYPE5(5, "涓磋繎瓒呮爣寮傚父"), -- Gitblit v1.9.3