Commit 8d287983 authored by hanbing's avatar hanbing

[update] 干线评价-修改底部曲线图入参

parent 0a9a273f
...@@ -28,7 +28,7 @@ public class BottomCurveBO { ...@@ -28,7 +28,7 @@ public class BottomCurveBO {
private Integer minutes; private Integer minutes;
@ApiModelProperty(value = "指标名称") @ApiModelProperty(value = "指标名称")
private String metricName; private String metricCode;
@ApiModelProperty(value = "开始时间 格式 yyyy-MM-dd HH:mm:ss") @ApiModelProperty(value = "开始时间 格式 yyyy-MM-dd HH:mm:ss")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
......
...@@ -119,7 +119,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService { ...@@ -119,7 +119,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService {
Integer scope = bo.getScope(); Integer scope = bo.getScope();
List<String> scopeList = bo.getScopeList(); List<String> scopeList = bo.getScopeList();
Integer minutes = bo.getMinutes(); Integer minutes = bo.getMinutes();
String metricName = bo.getMetricName(); String metricName = bo.getMetricCode();
Date startTime = bo.getStartTime(); Date startTime = bo.getStartTime();
Date endTime = bo.getEndTime(); Date endTime = bo.getEndTime();
......
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