From 3718f3d182889a93cbf725852713dbff49d46346 Mon Sep 17 00:00:00 2001 From: jiahao Date: Sat, 28 Oct 2023 00:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solarApp/Service/procStationSvc.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/solarApp/Service/procStationSvc.cs b/solarApp/Service/procStationSvc.cs index 2e29f1a..110a9b2 100644 --- a/solarApp/Service/procStationSvc.cs +++ b/solarApp/Service/procStationSvc.cs @@ -366,6 +366,7 @@ namespace solarApp.Service catch (Exception ex) { throw ex; + arclog.insert_log(_powerStationID, "insert_station ", 0, "insert_station", "insert_station", "0", "", ex.Message, conn, cmd); } return result; }