From 1fb83617655e0ad667720cb117ebfca090ce8cab Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Mon, 8 Aug 2022 11:48:25 +0800 Subject: [PATCH] =?UTF-8?q?solar=5FApp:=20=E6=9B=B4=E6=94=B9=E7=82=BA?= =?UTF-8?q?=E6=B8=AC=E8=A9=A6=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarApp/Service/getStationSvc.cs b/solarApp/Service/getStationSvc.cs index 92dca89..b2f1dc2 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"; + protected string tableName = "power_station_for_calc_test";//"power_station"; /// /// 電站 Raw Data ///