日志打印
This commit is contained in:
parent
cae4f64545
commit
49259960d9
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user