發行新版本

This commit is contained in:
cesar liu 2022-10-21 18:55:55 +08:00
parent dccfee9af7
commit 545014c52c

View File

@ -55,8 +55,8 @@ namespace SolarPower.Quartz.Jobs
#region step1. #region step1.
logger.LogInformation("【CalcInverter15minJob】【開始取得電站資料】"); logger.LogInformation("【CalcInverter15minJob】【開始取得電站資料】");
//var powerStations = await powerStationRepository.GetAllAsync(); var powerStations = await powerStationRepository.GetAllAsync();
var powerStations = await powerStationRepository.Get_station_4_debug(); //var powerStations = await powerStationRepository.Get_station_4_debug();
logger.LogInformation("【CalcInverter15minJob】【取得成功電站資料】"); logger.LogInformation("【CalcInverter15minJob】【取得成功電站資料】");
//logger.LogInformation("【CalcInverter15minJob】【電站資料】 - {0}", System.Text.Json.JsonSerializer.Serialize(powerStations)); //logger.LogInformation("【CalcInverter15minJob】【電站資料】 - {0}", System.Text.Json.JsonSerializer.Serialize(powerStations));
#endregion #endregion