Update HeartBeatService.java

pull/1/head
wangsiyuan 2024-04-19 16:26:03 +08:00
parent f89bbbc551
commit 2f424e837d
1 changed files with 1 additions and 2 deletions

View File

@ -121,8 +121,7 @@ public class HeartBeatService {
*/
private DeviceInfoDAO convertToDeviceInfoDAO(DeviceInfo deviceInfo) {
logger.info("start convert to device info dao");
// 这里需要实现将 DeviceInfo 转换为 DeviceInfoDAO 的逻辑
// 示例代码(根据实际字段调整):
DeviceInfoDAO deviceInfoDAO = new DeviceInfoDAO();
deviceInfoDAO.setIsMonitored(1);
deviceInfoDAO.setDeviceBrand(deviceInfo.getDeviceBrand());