diff --git a/solarApp/Service/getStationSvc.cs b/solarApp/Service/getStationSvc.cs index b2f1dc2..730f73b 100644 --- a/solarApp/Service/getStationSvc.cs +++ b/solarApp/Service/getStationSvc.cs @@ -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"; /// /// 電站 Raw Data /// @@ -513,5 +513,6 @@ namespace solarApp.Service return result; } } + } }