1.专项分容量调整

This commit is contained in:
wr
2024-01-31 11:02:10 +08:00
parent 98d9dd9715
commit ecaa3492fa

View File

@@ -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 != ''">