From d2160201ea6c96935efa2db0a6aa5163dacb4825 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 15 Feb 2022 18:14:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E9=9B=BB=E7=AB=99=E6=AD=B8=E6=AA=94bug=20?= =?UTF-8?q?fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Quartz/Jobs/CalcPowerStationJob.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs b/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs index 85d8213..b99779e 100644 --- a/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs +++ b/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs @@ -727,7 +727,9 @@ namespace SolarPower.Quartz.Jobs "EnvTemperature", "Humidity", "Vane", - "Dust" + "Dust", + "WingDirection", + "IrrDay", }; await powerStationRepository.AddSensorHistoryHour(sensorHistoriesHour, sensor_history_properties);