添加电网标识字段

This commit is contained in:
xy
2025-12-14 22:28:10 +08:00
parent 4d48b42c98
commit 41d555121c
2 changed files with 5 additions and 1 deletions

View File

@@ -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;

View File

@@ -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,