分布式光伏-电气化铁路地图bug
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
<select id="selectRailwayList"
|
<select id="selectRailwayList"
|
||||||
resultType="com.njcn.device.pms.pojo.vo.SpecialAnalysisMonitorVO$SpecialAnalysisRailwayVO">
|
resultType="com.njcn.device.pms.pojo.vo.SpecialAnalysisMonitorVO$SpecialAnalysisRailwayVO">
|
||||||
SELECT
|
SELECT
|
||||||
pts.Id,
|
DISTINCT pts.Id,
|
||||||
pts.`Name`,
|
pts.`Name`,
|
||||||
pts.Org_Name,
|
pts.Org_Name,
|
||||||
pts.Railway_Line_Name,
|
pts.Railway_Line_Name,
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
pts.Power_Name as powerrName,
|
pts.Power_Name as powerrName,
|
||||||
pts.Power_Id as powerrId,
|
pts.Power_Id as powerrId,
|
||||||
pts.Voltage_Level,
|
pts.Voltage_Level,
|
||||||
ptse.capacity,
|
IFNULL(ptse.capacity,0) as capacity,
|
||||||
ps.Longitude,
|
ps.Longitude,
|
||||||
ps.Latitude
|
ps.Latitude
|
||||||
FROM
|
FROM
|
||||||
|
|||||||
Reference in New Issue
Block a user