發行新版本
This commit is contained in:
parent
dccfee9af7
commit
545014c52c
@ -55,8 +55,8 @@ namespace SolarPower.Quartz.Jobs
|
||||
|
||||
#region step1. 找出所有電站
|
||||
logger.LogInformation("【CalcInverter15minJob】【開始取得電站資料】");
|
||||
//var powerStations = await powerStationRepository.GetAllAsync();
|
||||
var powerStations = await powerStationRepository.Get_station_4_debug();
|
||||
var powerStations = await powerStationRepository.GetAllAsync();
|
||||
//var powerStations = await powerStationRepository.Get_station_4_debug();
|
||||
logger.LogInformation("【CalcInverter15minJob】【取得成功電站資料】");
|
||||
//logger.LogInformation("【CalcInverter15minJob】【電站資料】 - {0}", System.Text.Json.JsonSerializer.Serialize(powerStations));
|
||||
#endregion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user