|
|
@ -84,6 +84,7 @@ public class DeviceMessageHandler { |
|
|
|
DcDevice device = redisCache.getCacheMapValue(RedisKeyConstants.DC_DEVICES, dcDevice.getIotDeviceId()); |
|
|
|
if (!ObjectUtils.isEmpty(device)) { |
|
|
|
dcDevice.setId(device.getId()); |
|
|
|
dcDevice.setDeviceType(device.getDeviceType()); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|