solar_App: 更改station使用的資料表

This commit is contained in:
wanling040@gmail.com 2022-08-18 13:57:17 +08:00
parent 383b2fa30f
commit 43c4593d85

View File

@ -14,7 +14,7 @@ namespace solarApp.Service
public class getStationSvc
{
string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString;
protected string tableName = "power_station_for_calc_test";//"power_station";
protected string tableName = "power_station";
/// <summary>
/// 電站 Raw Data
/// </summary>
@ -513,5 +513,6 @@ namespace solarApp.Service
return result;
}
}
}
}