增加 log

This commit is contained in:
jiahao 2023-10-28 00:46:43 +08:00
parent 37f769d4f5
commit 3718f3d182

View File

@ -366,6 +366,7 @@ namespace solarApp.Service
catch (Exception ex) catch (Exception ex)
{ {
throw ex; throw ex;
arclog.insert_log(_powerStationID, "insert_station ", 0, "insert_station", "insert_station", "0", "", ex.Message, conn, cmd);
} }
return result; return result;
} }