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