bug调整
This commit is contained in:
@@ -127,8 +127,11 @@ public class DeviceDataTrendServiceImpl implements DeviceDataTrendService {
|
||||
|
||||
|
||||
|
||||
//判断功率是否需要转换
|
||||
//判断指标是否需要转换
|
||||
public boolean changePower(String name) {
|
||||
if(name.contains("相角")) {
|
||||
return false;
|
||||
}
|
||||
return POWER_LIST.stream()
|
||||
.anyMatch(name::contains);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user