fix: 移除设备状态日志警告信息
主要修改: 1. 在DeviceStatusService中移除设备编号格式不匹配的警告日志输出。 技术细节: - 通过移除不必要的日志警告,简化了日志信息,提升了代码的整洁性。
This commit is contained in:
@@ -121,7 +121,6 @@ public class DeviceStatusService {
|
|||||||
deviceInfo.setIndex(null);
|
deviceInfo.setIndex(null);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log.warn("设备编号格式不匹配: deviceId={}", deviceId);
|
|
||||||
deviceInfo.setSeries(null);
|
deviceInfo.setSeries(null);
|
||||||
deviceInfo.setIndex(null);
|
deviceInfo.setIndex(null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user