소스 검색

移网综合评价达标值修改为95%

lifuquan 1 년 전
부모
커밋
4033180b15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/nokia/tsl_data/properties/TslDataProperties.java

+ 1 - 1
src/main/java/com/nokia/tsl_data/properties/TslDataProperties.java

@@ -23,7 +23,7 @@ public class TslDataProperties {
     // 响应率目标
     private double responseCompliance = 0.99d;
     // 移网综合投诉评价 目标
-    private double evaluation = 0.93d;
+    private double evaluation = 0.95d;
     // 处理时长达标值 单位是小时
     private int duration = 30;