|
@@ -147,6 +147,7 @@ public class DashboardDataPullUtils {
|
|
|
String stgPowerGenLevel = this.getCellData(true, sheet1, 2, 5); // STG发电水平
|
|
|
String stgEfficiency = this.getCellData(true, sheet1, 3, 5); // STG效率(百分比)
|
|
|
String totalPowerGen = this.getCellData(true, sheet1, 2, 6); // 总发电量
|
|
|
+ String totalEfficiency = this.getCellData(true, sheet1, 3, 6); // 总发电效率
|
|
|
TElecDashboard.setGtg1PowerGenLevel(gtg1PowerGenLevel);
|
|
|
TElecDashboard.setGtg1Efficiency(gtg1Efficiency);
|
|
|
TElecDashboard.setGtg2PowerGenLevel(gtg2PowerGenLevel);
|
|
@@ -156,6 +157,7 @@ public class DashboardDataPullUtils {
|
|
|
TElecDashboard.setStgPowerGenLevel(stgPowerGenLevel);
|
|
|
TElecDashboard.setStgEfficiency(stgEfficiency);
|
|
|
TElecDashboard.setTotalPowerGen(totalPowerGen);
|
|
|
+ TElecDashboard.setTotalEfficiency(totalEfficiency);
|
|
|
// 蒸汽
|
|
|
String steamHhp = this.getCellData(true, sheet1, 6, 2); // 蒸汽HHP
|
|
|
String steamHp = this.getCellData(true, sheet1, 6, 3); // 蒸汽HP
|