数据中心修改

This commit is contained in:
2023-04-11 16:31:51 +08:00
parent 14d66c6089
commit 4ffccaced0
6 changed files with 15 additions and 3 deletions

View File

@@ -396,7 +396,7 @@ public class COverlimit {
}else if(DicDataEnum.KV1100.getCode().equalsIgnoreCase(voltageLevel)){
return 7000;
}else {
throw new BusinessException("没有对应电压等级,请先完善字典");
throw new BusinessException("没有对应电压等级,请先完善字典"+voltageLevel);
}
}