solar_App: 更改為測試的資料表
This commit is contained in:
parent
cb772ef326
commit
1fb8361765
@ -14,7 +14,7 @@ namespace solarApp.Service
|
||||
public class getStationSvc
|
||||
{
|
||||
string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString;
|
||||
protected string tableName = "power_station";
|
||||
protected string tableName = "power_station_for_calc_test";//"power_station";
|
||||
/// <summary>
|
||||
/// 電站 Raw Data
|
||||
/// </summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user