1.专项分容量调整
This commit is contained in:
@@ -196,10 +196,9 @@
|
||||
pm.Line_Id,
|
||||
pm.Voltage_Level,
|
||||
pm.Monitor_Tag,
|
||||
IFNULL(ps.capacity,0) AS standShortCapacity
|
||||
IFNULL(pm.User_Agreement_Capacity,0) AS standShortCapacity
|
||||
FROM
|
||||
pms_monitor pm
|
||||
LEFT JOIN pms_special_monitor ps ON ps.id = pm.id
|
||||
<where>
|
||||
and Status=1
|
||||
<if test="param.startTime != null and param.startTime != ''">
|
||||
|
||||
Reference in New Issue
Block a user