From 9ec6e819ab1497f6ec9b29ff45de6ad07d26daab Mon Sep 17 00:00:00 2001 From: wanli Date: Fri, 21 Oct 2022 14:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E6=B0=A3Id=E5=AF=AB=E5=85=A5powerstat?= =?UTF-8?q?ion=E7=9A=84WeathersStationId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Quartz/Jobs/CalcPowerStationJobV2.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SolarPower/Quartz/Jobs/CalcPowerStationJobV2.cs b/SolarPower/Quartz/Jobs/CalcPowerStationJobV2.cs index e9cc908..2e9d319 100644 --- a/SolarPower/Quartz/Jobs/CalcPowerStationJobV2.cs +++ b/SolarPower/Quartz/Jobs/CalcPowerStationJobV2.cs @@ -787,6 +787,7 @@ namespace SolarPower.Quartz.Jobs } calcPowerStation.WeathersStationId = weatherStationId; + powerStation.WeathersStationId = weatherStationId; } WeatherObservation weatherObservation = new WeatherObservation();