1.监督计划调整

2.主网测点台账接口
This commit is contained in:
cdf
2024-06-25 13:24:40 +08:00
parent 234f0be465
commit df72e7c338
9 changed files with 78 additions and 30 deletions

View File

@@ -12,6 +12,7 @@ import java.math.RoundingMode;
@Component
@Deprecated
public class COverlimit {

View File

@@ -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()){