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