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; }