Commit b0561695 authored by tangwei's avatar tangwei

修改数据

parent 5d3135fc
...@@ -78,6 +78,7 @@ public class IdxBizFanHealthIndexServiceImpl extends BaseService<IdxBizFanHealth ...@@ -78,6 +78,7 @@ public class IdxBizFanHealthIndexServiceImpl extends BaseService<IdxBizFanHealth
.eq("STATION", statioName) .eq("STATION", statioName)
.eq("EQUIPMENT_NAME", equipmentName) .eq("EQUIPMENT_NAME", equipmentName)
.eq("ARAE", arae) .eq("ARAE", arae)
.last("limit 1")
); );
tdid=address+"_"+idxBizPvPointProcessVariableClassification.getGatewayId(); tdid=address+"_"+idxBizPvPointProcessVariableClassification.getGatewayId();
}else{ }else{
...@@ -87,6 +88,7 @@ public class IdxBizFanHealthIndexServiceImpl extends BaseService<IdxBizFanHealth ...@@ -87,6 +88,7 @@ public class IdxBizFanHealthIndexServiceImpl extends BaseService<IdxBizFanHealth
.eq("STATION", statioName) .eq("STATION", statioName)
.eq("EQUIPMENT_NAME", equipmentName) .eq("EQUIPMENT_NAME", equipmentName)
.eq("ARAE", arae) .eq("ARAE", arae)
.last("limit 1")
); );
tdid=address+"_"+idxBizFanPointProcessVariableClassification.getGatewayId(); tdid=address+"_"+idxBizFanPointProcessVariableClassification.getGatewayId();
} }
......
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