1.监督计划调整
2.主网测点台账接口
This commit is contained in:
@@ -12,6 +12,7 @@ import java.math.RoundingMode;
|
||||
|
||||
|
||||
@Component
|
||||
@Deprecated
|
||||
public class COverlimit {
|
||||
|
||||
|
||||
|
||||
@@ -347,7 +347,7 @@ public class COverlimitUtil {
|
||||
* 获取额定线电压
|
||||
*/
|
||||
private static float getUl(Float voltageLevel){
|
||||
float value = 3.14159f;
|
||||
float value;
|
||||
if(voltageLevel<DicDataEnum.KV6.getValue()){
|
||||
value = 0.4f;
|
||||
}else if(voltageLevel<DicDataEnum.KV10.getValue()){
|
||||
|
||||
Reference in New Issue
Block a user