Merge remote-tracking branch 'origin/main'

This commit is contained in:
谷成伟 2024-11-04 10:19:24 +08:00
commit 52f51bf88b
2 changed files with 1416 additions and 1110 deletions

View File

@ -308,6 +308,7 @@ public class NodeMessageServiceImpl implements NodeMessageService {
deviceEventInfo.setDeviceCode(deviceInfoCache.getDeviceCode()); deviceEventInfo.setDeviceCode(deviceInfoCache.getDeviceCode());
String eventType = getEventType(item.getEventType()); String eventType = getEventType(item.getEventType());
String model = dataService.iotModelMap.get(item.getDeviceId()); String model = dataService.iotModelMap.get(item.getDeviceId());
log.info("物模型缓存{}",dataService.iotModelMap);
if (StringUtils.isEmpty(model)){ if (StringUtils.isEmpty(model)){
log.debug("未查询到物模型code设备id{}",item.getDeviceId()); log.debug("未查询到物模型code设备id{}",item.getDeviceId());
} }

File diff suppressed because it is too large Load Diff