Commit 8a49774a authored by xukaiqiang's avatar xukaiqiang

bug

parent f98fa9f3
...@@ -1126,9 +1126,9 @@ public class RiskSourceServiceImpl implements IRiskSourceService { ...@@ -1126,9 +1126,9 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
//List<RiskSource> riskSources = this.riskSourceMapper.queryByFireEqument(fireEquipmentPoint.getFireEquipmentId()); //List<RiskSource> riskSources = this.riskSourceMapper.queryByFireEqument(fireEquipmentPoint.getFireEquipmentId());
//asymbleWithParent(batchNo, riskSources, FireEquimentDataRo.class.getSimpleName(), fireEquipmentPoint.getFireEquipmentId(), deviceData.getNodeState(), null, null); //asymbleWithParent(batchNo, riskSources, FireEquimentDataRo.class.getSimpleName(), fireEquipmentPoint.getFireEquipmentId(), deviceData.getNodeState(), null, null);
if (ObjectUtils.isEmpty(fireEquipmentPointType) || "false".equals(deviceData.getState())) { // if (ObjectUtils.isEmpty(fireEquipmentPointType) || "false".equals(deviceData.getState())) {
return; // return;
} // }
if ("alarm_type_fire".equals(fireEquipmentPointType)) { if ("alarm_type_fire".equals(fireEquipmentPointType)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment