天氣Id寫入powerstation的WeathersStationId

This commit is contained in:
wanli 2022-10-21 14:49:06 +08:00
parent 53476fdfcd
commit 9ec6e819ab

View File

@ -787,6 +787,7 @@ namespace SolarPower.Quartz.Jobs
} }
calcPowerStation.WeathersStationId = weatherStationId; calcPowerStation.WeathersStationId = weatherStationId;
powerStation.WeathersStationId = weatherStationId;
} }
WeatherObservation weatherObservation = new WeatherObservation(); WeatherObservation weatherObservation = new WeatherObservation();