Commit 9878ea6f authored by hanbing's avatar hanbing

[update] 运行评价-路口评价指数为空时显式返回零值

parent 51ef5c80
......@@ -14,6 +14,6 @@ public class RunningEvaluateIndexStatusVO {
private String time;
@ApiModelProperty(value = "纵坐标数值")
private Double index;
private Double index = 0.0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment