|
|
|
@ -8,6 +8,7 @@ import com.mh.common.page.MybatisPageHelper;
|
|
|
|
|
import com.mh.common.page.PageRequest; |
|
|
|
|
import com.mh.common.page.PageResult; |
|
|
|
|
import com.mh.common.utils.StringUtils; |
|
|
|
|
import com.mh.user.constants.Constant; |
|
|
|
|
import com.mh.user.entity.MeterManageEntity; |
|
|
|
|
import com.mh.user.mapper.MeterManageMapper; |
|
|
|
|
import com.mh.user.service.DeviceCodeParamService; |
|
|
|
@ -116,10 +117,10 @@ public class MeterManageServiceImpl implements MeterManageService {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public int queryIsHotCollection(String systemId, String projectId) { |
|
|
|
|
if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0077") > 0) { |
|
|
|
|
if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0077", Constant.COOLING_METER) > 0) { |
|
|
|
|
// 判断是否存在热量计
|
|
|
|
|
return 1; |
|
|
|
|
} else if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0004") > 0) { |
|
|
|
|
} else if (meterManageMapper.queryIsHotCollection(systemId, projectId, "0004", Constant.FLOW_METER) > 0) { |
|
|
|
|
// 判断是否包含蒸汽流量计
|
|
|
|
|
return 2; |
|
|
|
|
} else { |
|
|
|
|