逆變器交叉分析-報表呈現 原日照計改成累積日照量
This commit is contained in:
parent
dda7805c75
commit
b00908c7c9
@ -165,7 +165,7 @@ namespace SolarPower.Controllers
|
|||||||
var temp_item = item.OrderBy(x => x.TIMESTAMP).ToList();
|
var temp_item = item.OrderBy(x => x.TIMESTAMP).ToList();
|
||||||
|
|
||||||
InverterHistoryInfo Irradiance = new InverterHistoryInfo();
|
InverterHistoryInfo Irradiance = new InverterHistoryInfo();
|
||||||
Irradiance.Name = string.Format("{0}:{1}", item.First().INVERTERName, "日照度");
|
Irradiance.Name = string.Format("{0}:{1}", item.First().INVERTERName, "累積日照量");
|
||||||
Irradiance.YaxesKey = "Irradiance";
|
Irradiance.YaxesKey = "Irradiance";
|
||||||
Irradiance.Values = new List<double>();
|
Irradiance.Values = new List<double>();
|
||||||
foreach (var history in temp_item)
|
foreach (var history in temp_item)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user