提交修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user