|
|
|
@ -87,7 +87,11 @@ public class IotCarbonScreenServiceImpl implements IotCarbonScreenService { |
|
|
|
//常熟开关厂,企业物编码,被搞乱了,临时处理 |
|
|
|
if(tenantCode.equals(463020701385752576L)){ |
|
|
|
return tsKvService.findTsKvByCodeAndAttrs("CO_" + 91320581142037132L+"W", attrCodes, startTs, endTs, true); |
|
|
|
}else { |
|
|
|
} |
|
|
|
else if(tenantCode.equals(460730634407510016L)){ |
|
|
|
return tsKvService.findTsKvByCodeAndAttrs("G_001", attrCodes, startTs, endTs, true); |
|
|
|
} |
|
|
|
else { |
|
|
|
return tsKvService.findTsKvByCodeAndAttrs("CO_" + tenantCode, attrCodes, startTs, endTs, true); |
|
|
|
} |
|
|
|
} |
|
|
|
|