From 43c4593d8526639c68236e6d412c9bae16f9781b Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Thu, 18 Aug 2022 13:57:17 +0800 Subject: [PATCH] =?UTF-8?q?solar=5FApp:=20=E6=9B=B4=E6=94=B9station?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E8=B3=87=E6=96=99=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solarApp/Service/getStationSvc.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } + } }