1.暂降列表查询报错解决

This commit is contained in:
2024-11-22 13:32:49 +08:00
parent d681bdedfe
commit 2c9d17c0ff
2 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@
</where>
) UNION ALL
(
/* (
SELECT
ppd.id,
ppd.Name,
@@ -62,7 +62,7 @@
ppd.Line_Name
FROM
pms_power_distributionarea AS ppd
) UNION ALL
) UNION ALL*/
(
SELECT
ppc.id,
@@ -176,7 +176,7 @@
</foreach>
</if>
</where>
) UNION ALL
) /*UNION ALL
(
SELECT
ppd.id,
@@ -191,7 +191,7 @@
FROM
pms_power_distributionarea AS ppd
)
) AS monitor
) AS monitor*/
INNER JOIN pms_distribution_monitor AS pdm ON monitor.id = pdm.Monitor_Id
WHERE
monitor.Status = 1