From 8d17637cdd7c70a46e28e954087898617c93d307 Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Wed, 23 Feb 2022 22:14:08 +0800 Subject: [PATCH] fixed issues in CombinedEquipmentEfficiency report and EquipmentEfficiency report --- database/demo-cn/myems_system_db.sql | 2 +- database/demo-de/myems_system_db.sql | 2 +- database/demo-en/myems_system_db.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/database/demo-cn/myems_system_db.sql b/database/demo-cn/myems_system_db.sql index 1fb4e91c..71feb570 100644 --- a/database/demo-cn/myems_system_db.sql +++ b/database/demo-cn/myems_system_db.sql @@ -357,7 +357,7 @@ VALUES (15, 1, 'inlet chilled water temperature', 'point', NULL, 2, NULL, NULL), (16, 1, 'chilled_water instantaneous flow rate', 'point', NULL, 3, NULL, NULL), (17, 1, 'instantaneous power', 'point', NULL, 4, NULL, NULL), -(18, 1, 'COP', 'fraction', NULL, NULL, 'a4e0dbf0-528a-4cbb-88cc-563527900d40', '89ff5118-d0c2-4dd8-8098-a8698189b2ea'); +(18, 1, 'COP', 'fraction', NULL, NULL, '5ca47bc5-22c2-47fc-b906-33222191ea40', '719acf65-b932-4176-94e5-e9fe420abc68'); COMMIT; diff --git a/database/demo-de/myems_system_db.sql b/database/demo-de/myems_system_db.sql index 18c98331..28267cf7 100644 --- a/database/demo-de/myems_system_db.sql +++ b/database/demo-de/myems_system_db.sql @@ -358,7 +358,7 @@ VALUES (15, 1, 'inlet chilled water temperature', 'point', NULL, 2, NULL, NULL), (16, 1, 'chilled_water instantaneous flow rate', 'point', NULL, 3, NULL, NULL), (17, 1, 'instantaneous power', 'point', NULL, 4, NULL, NULL), -(18, 1, 'COP', 'fraction', NULL, NULL, 'a4e0dbf0-528a-4cbb-88cc-563527900d40', '89ff5118-d0c2-4dd8-8098-a8698189b2ea'); +(18, 1, 'COP', 'fraction', NULL, NULL, '5ca47bc5-22c2-47fc-b906-33222191ea40', '719acf65-b932-4176-94e5-e9fe420abc68'); COMMIT; diff --git a/database/demo-en/myems_system_db.sql b/database/demo-en/myems_system_db.sql index b57ff1ad..e003f700 100644 --- a/database/demo-en/myems_system_db.sql +++ b/database/demo-en/myems_system_db.sql @@ -358,7 +358,7 @@ VALUES (15, 1, 'inlet chilled water temperature', 'point', NULL, 2, NULL, NULL), (16, 1, 'chilled_water instantaneous flow rate', 'point', NULL, 3, NULL, NULL), (17, 1, 'instantaneous power', 'point', NULL, 4, NULL, NULL), -(18, 1, 'COP', 'fraction', NULL, NULL, 'a4e0dbf0-528a-4cbb-88cc-563527900d40', '89ff5118-d0c2-4dd8-8098-a8698189b2ea'); +(18, 1, 'COP', 'fraction', NULL, NULL, '5ca47bc5-22c2-47fc-b906-33222191ea40', '719acf65-b932-4176-94e5-e9fe420abc68'); COMMIT;