|
|
@ -120,7 +120,7 @@ public class MeterManageServiceImpl implements MeterManageService { |
|
|
|
if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0077", Constant.COOLING_METER) > 0) { |
|
|
|
if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0077", Constant.COOLING_METER) > 0) { |
|
|
|
// 判断是否存在热量计
|
|
|
|
// 判断是否存在热量计
|
|
|
|
return 1; |
|
|
|
return 1; |
|
|
|
} else if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0004", Constant.FLOW_METER) > 0) { |
|
|
|
} else if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0002", Constant.FLOW_METER) > 0) { |
|
|
|
// 判断是否包含蒸汽流量计
|
|
|
|
// 判断是否包含蒸汽流量计
|
|
|
|
return 2; |
|
|
|
return 2; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|