更新 MonitorService.java

This commit is contained in:
2023-12-21 14:53:14 +08:00
parent d8e207eda7
commit e826383b4f

View File

@@ -149,7 +149,6 @@ public class MonitorService {
} catch (Exception e) { } catch (Exception e) {
logger.error("Error updating status for SN: " + device.getSN(), e); logger.error("Error updating status for SN: " + device.getSN(), e);
throw new DatabaseUpdateException("update to mysql error.",e); throw new DatabaseUpdateException("update to mysql error.",e);
} }
} }
} }