提交修改

This commit is contained in:
LEED
2025-03-27 17:15:27 +08:00
parent 6a8cbff440
commit 988e68bdc7
47 changed files with 1051 additions and 255 deletions

View File

@@ -266,12 +266,12 @@ public class DeviceReportMessageServiceImpl implements IDeviceReportMessageServi
report.setDeviceName(message.getDeviceName());
report.setSources(message.getSources());
//属性上报执行规则引擎
if(topicName.startsWith(TopicType.PROPERTY_XINDA_DEV.getTopicSuffix())){
report.setRuleEngine(false);
}else{
report.setRuleEngine(true);
}
// if(topicName.startsWith(TopicType.PROPERTY_XINDA_DEV.getTopicSuffix())){
// report.setRuleEngine(false);
// }else{
// report.setRuleEngine(true);
// }
report.setRuleEngine(true);
dataHandler.reportData(report);
}