1. bug fix

This commit is contained in:
Kai 2021-09-11 15:09:43 +08:00
parent 23104dc3a9
commit 09f1634f75

View File

@ -819,7 +819,7 @@ namespace SolarPower.Quartz.Jobs
try
{
logger.LogInformation("【CalcAvgPowerStationJob】【開始執行電站[{0}]在{1}的Inverter補償機制】", powerStation.Code, day_str);
//invSvc.archiveData(powerStation.Code, day_str);
invSvc.archiveData(powerStation.Code, day_str);
logger.LogInformation("【CalcAvgPowerStationJob】【執行完成電站[{0}]在{1}的Inverter補償機制】", powerStation.Code, day_str);
}
catch (Exception exception)
@ -835,7 +835,7 @@ namespace SolarPower.Quartz.Jobs
try
{
logger.LogInformation("【CalcAvgPowerStationJob】【開始執行電站[{0}]在{1}的Site補償機制】", powerStation.Code, day_str);
//siteSvc.archiveData(powerStation.Code, day_str);
siteSvc.archiveData(powerStation.Code, day_str);
logger.LogInformation("【CalcAvgPowerStationJob】【執行完成電站[{0}]在{1}的Site補償機制】", powerStation.Code, day_str);
}
catch (Exception exception)