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