solar_App: 更改station使用的資料表
This commit is contained in:
parent
383b2fa30f
commit
43c4593d85
@ -14,7 +14,7 @@ namespace solarApp.Service
|
|||||||
public class getStationSvc
|
public class getStationSvc
|
||||||
{
|
{
|
||||||
string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString;
|
string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString;
|
||||||
protected string tableName = "power_station_for_calc_test";//"power_station";
|
protected string tableName = "power_station";
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 電站 Raw Data
|
/// 電站 Raw Data
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -513,5 +513,6 @@ namespace solarApp.Service
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user