1. bug fix
This commit is contained in:
parent
23104dc3a9
commit
09f1634f75
@ -819,7 +819,7 @@ namespace SolarPower.Quartz.Jobs
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.LogInformation("【CalcAvgPowerStationJob】【開始執行電站[{0}]在{1}的Inverter補償機制】", powerStation.Code, day_str);
|
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);
|
logger.LogInformation("【CalcAvgPowerStationJob】【執行完成電站[{0}]在{1}的Inverter補償機制】", powerStation.Code, day_str);
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
@ -835,7 +835,7 @@ namespace SolarPower.Quartz.Jobs
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.LogInformation("【CalcAvgPowerStationJob】【開始執行電站[{0}]在{1}的Site補償機制】", powerStation.Code, day_str);
|
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);
|
logger.LogInformation("【CalcAvgPowerStationJob】【執行完成電站[{0}]在{1}的Site補償機制】", powerStation.Code, day_str);
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user