浏览代码

移网综合评价达标值修改为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;