修改电表传值倍率

master
杨万里 3 months ago
parent 9cb9725e4d
commit d2de51e88b

@ -88,7 +88,7 @@ ORDER BY mrws.machine_name ASC;
SELECT
monitor_name,
monitor_id,
SUM(expend * 60) AS expend,
SUM(expend) AS expend,
CAST(end_time AS DATE) AS report_date
FROM
report_point_dnb

Loading…
Cancel
Save