Update HeartBeatService.java
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user