注释完善

This commit is contained in:
ChenYi 2025-11-05 15:37:53 +08:00
parent a453fb96b1
commit 5b3fb65aa8

View File

@ -62,7 +62,7 @@ namespace JiShe.IoT.BusinessSystemAggregation
var packetTaskInfo = GetDeviceTelemetryPacketTaskInfo(ioTDBOptions, input, deviceInfo.Adapt<DeviceCacheInfos>(), tempMessageBody); var packetTaskInfo = GetDeviceTelemetryPacketTaskInfo(ioTDBOptions, input, deviceInfo.Adapt<DeviceCacheInfos>(), tempMessageBody);
//将指令存储Kafka的OneNET主题中 //将指令存储IoTDB数据库和Redis发布通道
if (deviceInfo.IoTPlatform == IoTPlatformTypeEnum.OneNET) if (deviceInfo.IoTPlatform == IoTPlatformTypeEnum.OneNET)
{ {
//数据写入遥测任务数据存储通道 //数据写入遥测任务数据存储通道