添加电网标识字段
This commit is contained in:
@@ -130,6 +130,9 @@ public class AreaLineInfoVO implements Serializable {
|
|||||||
@ApiModelProperty(name = "smallObjType",value = "检测对象小类")
|
@ApiModelProperty(name = "smallObjType",value = "检测对象小类")
|
||||||
private String smallObjType;
|
private String smallObjType;
|
||||||
|
|
||||||
|
@ApiModelProperty(name = "powerFlag",value = "电网标志(0-电网侧;1-非电网侧)")
|
||||||
|
private Integer powerFlag;
|
||||||
|
|
||||||
@ApiModelProperty(name = "objId",value = "对象id")
|
@ApiModelProperty(name = "objId",value = "对象id")
|
||||||
private String objId;
|
private String objId;
|
||||||
|
|
||||||
|
|||||||
@@ -570,7 +570,8 @@
|
|||||||
detail.New_Station_Id as newStationId,
|
detail.New_Station_Id as newStationId,
|
||||||
detail.obj_id,
|
detail.obj_id,
|
||||||
detail.big_obj_type,
|
detail.big_obj_type,
|
||||||
detail.small_obj_type
|
detail.small_obj_type,
|
||||||
|
detail.Power_Flag powerFlag
|
||||||
FROM
|
FROM
|
||||||
pq_line line,
|
pq_line line,
|
||||||
pq_line_detail detail,
|
pq_line_detail detail,
|
||||||
|
|||||||
Reference in New Issue
Block a user