更新 MonitorService.java

pull/1/head
wangsiyuan 2023-12-21 14:53:14 +08:00
parent d8e207eda7
commit e826383b4f
1 changed files with 0 additions and 1 deletions

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