日志打印

This commit is contained in:
PC 2026-03-09 14:44:39 +08:00
parent cae4f64545
commit 49259960d9

View File

@ -176,6 +176,7 @@ public class ReoprtHandler {
} }
try { try {
//上线/下线处理 //上线/下线处理
log.info("处理设备在线状态:设备编号 {} 在线状态 {}",deviceId,isOnline);
operateFeignClient.isOnline(deviceId,isOnline); operateFeignClient.isOnline(deviceId,isOnline);
} catch (Exception e) { } catch (Exception e) {
throw new RuntimeException(e); throw new RuntimeException(e);