Commit 7871b01f authored by chenzhao's avatar chenzhao

修改代码

parent 3dd0d74e
......@@ -724,7 +724,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
public List<Map<String,Object>> getAnalogQuantity (String gatewayId,String frontModule){
String sql = " SELECT * FROM indicators_"+gatewayId+" WHERE frontModule =~/"+frontModule+"/ and systemType = '模拟量'";
String sql = " SELECT * FROM indicators_"+gatewayId+" WHERE frontModule =~/"+frontModule+"/ and systemType = '模拟量' and displayName != ''";
List<IndicatorsDto> listData = influxDButils.getListData(sql, IndicatorsDto.class);
List<Map<String,Object>> statusMaps = new ArrayList<>();
......
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