Browse Source

修复连续时刻室外焓值差公式错误

lixing 3 years ago
parent
commit
a498a22c2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/db/init/data.sql

+ 1 - 1
src/main/resources/db/init/data.sql

@@ -317,7 +317,7 @@ REPLACE INTO `calculate_method`
 VALUES ('48', '逼近温度运行持续时间', NULL, 'ACCCOT_ApproachTempContinuousOperation', 1, 'Eqwb', NULL, 'systemId',
         '2021-11-02 15:10:00', 'systemId', '2021-11-02 15:10:00', 1);
 REPLACE INTO `calculate_method`
-VALUES ('5', '连续时刻室外焓值差', '${obj;CurrentTime;15min;InfoCode;freshAirH}', 'ACATAH_FreshAirHdifference', 1, 'Eqdx', NULL,
+VALUES ('5', '连续时刻室外焓值差', '${obj;Last15MinTime;15min;InfoCode;freshAirH}-${obj;CurrentTime;15min;InfoCode;freshAirH}', 'ACATAH_FreshAirHdifference', 1, 'Eqdx', NULL,
         'systemId', '2021-09-20 17:13:56', 'systemId', '2021-09-20 17:14:18', 1);
 REPLACE INTO `calculate_method`
 VALUES ('6', '新风阀开度', '${obj;CurrentTime;15min;InfoCode;freshAirValveOpening}', 'ACATAH_FreshAirValveOpening', 1,