bug修改
This commit is contained in:
@@ -382,13 +382,17 @@
|
||||
line.sort,
|
||||
line.pids,
|
||||
CONCAT(voltage.name, '_', line.name) name,
|
||||
comFlag.Com_Flag
|
||||
comFlag.Com_Flag,
|
||||
detail.pt_type
|
||||
FROM
|
||||
pq_line line,
|
||||
pq_line_detail detail,
|
||||
pq_line voltage,
|
||||
pq_line device,
|
||||
pq_device comFlag
|
||||
WHERE
|
||||
line.id = detail.id
|
||||
AND
|
||||
line.pid = voltage.id
|
||||
AND
|
||||
voltage.pid = device.id
|
||||
@@ -399,9 +403,9 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--根据监测点索引集合获取监测点详细参数-->
|
||||
<select id="getDetailedParametersForLine" resultType="com.njcn.device.pq.pojo.vo.LineIntegrityDataVO">
|
||||
select *
|
||||
|
||||
Reference in New Issue
Block a user