Commit 7381bc04 authored by KeYong's avatar KeYong

更新

parent ef258925
...@@ -63,4 +63,6 @@ public class EquipmentIndexVO { ...@@ -63,4 +63,6 @@ public class EquipmentIndexVO {
@ApiModelProperty(value = "更新日期") @ApiModelProperty(value = "更新日期")
private Date updateDate; private Date updateDate;
@ApiModelProperty(value = "是否支持趋势查看")
private Integer isTrend;
} }
...@@ -153,7 +153,8 @@ ...@@ -153,7 +153,8 @@
index_definition_id as index_id, index_definition_id as index_id,
1 as is_importent_parameter, 1 as is_importent_parameter,
sort_num, sort_num,
type type,
is_trend
from from
wl_equipment_index wl_equipment_index
where id = #{id} where id = #{id}
......
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