device代码添加字段
This commit is contained in:
@@ -53,6 +53,11 @@ public class LineDevGetDTO {
|
||||
*/
|
||||
private Integer lineType;
|
||||
|
||||
/**
|
||||
* pq返回干扰源类型 pms主网返回监测对象类型,配网返回监测点类别
|
||||
*/
|
||||
private String lineTag;
|
||||
|
||||
/**
|
||||
* 装置通讯状态
|
||||
*/
|
||||
|
||||
@@ -25,10 +25,12 @@
|
||||
pq_dept_line.id unitId,
|
||||
point.id pointId,
|
||||
lineDetail.Time_Interval as `interval`,
|
||||
lineDetail.load_type lineTag,
|
||||
dic.value voltageLevel,
|
||||
dev.id devId,
|
||||
device.com_flag comFlag,
|
||||
1 as lineType
|
||||
1 as lineType,
|
||||
0 as type
|
||||
</if>
|
||||
<!--母线-->
|
||||
<if test="type == 2">
|
||||
|
||||
Reference in New Issue
Block a user