1.微调
This commit is contained in:
@@ -96,13 +96,17 @@
|
||||
f.longitude
|
||||
longitude,f.latitude latitude
|
||||
from
|
||||
pq_line a,pq_substation
|
||||
c,pq_subvoltage d,pq_device e,pqs_map
|
||||
f,pq_devicedetail g
|
||||
pq_line a,
|
||||
pq_substation c,
|
||||
pq_subvoltage d,
|
||||
pq_device e,
|
||||
pqs_map f,
|
||||
pq_devicedetail g
|
||||
where
|
||||
a.sub_index=c.sub_index and a.subv_index=d.subv_index and
|
||||
a.dev_index=e.dev_index
|
||||
and a.sub_index=f.sub_index and
|
||||
a.sub_index=c.sub_index and
|
||||
a.subv_index=d.subv_index and
|
||||
a.dev_index=e.dev_index and
|
||||
a.sub_index=f.sub_index and
|
||||
e.dev_index=g.dev_index and f.state =1
|
||||
and e.devmodel=1
|
||||
and e.datatype
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
extend: 'csv',
|
||||
title: name + '暂降事件列表',//导出csv名称
|
||||
exportOptions: {
|
||||
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,14],
|
||||
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,14,15],
|
||||
format: {
|
||||
body: function (data, rID, cID) {
|
||||
if (cID === 0) {
|
||||
|
||||
Reference in New Issue
Block a user