1. 修改 售電紀錄 及 發電效能 左邊電站列表
This commit is contained in:
parent
e50b54cd93
commit
2deb6215d5
@ -47,7 +47,7 @@ namespace SolarPower.Controllers
|
||||
}
|
||||
|
||||
|
||||
var temp_solarType_where = $@" ps.SolarType = 0";
|
||||
var temp_solarType_where = $@" ps.SolarType != 2";
|
||||
where.Add(temp_solarType_where);
|
||||
|
||||
var powerStations = myPowerStationService.GetMyPowerStations(myUser, 1, null, where, where_entities);
|
||||
|
||||
@ -47,7 +47,7 @@ namespace SolarPower.Controllers
|
||||
where_entities.Add("Filter", filter);
|
||||
}
|
||||
|
||||
var temp_solartype_where = @" ps.SolarType = 0";
|
||||
var temp_solartype_where = @" ps.SolarType != 2";
|
||||
where.Add(temp_solartype_where);
|
||||
|
||||
var powerStations = myPowerStationService.GetMyPowerStations(myUser, 1, null, where, where_entities);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user