技术监督bug修改

This commit is contained in:
2023-07-27 15:29:31 +08:00
parent a08ad10385
commit 232e3bc5c6

View File

@@ -169,6 +169,8 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
//电站等级
if(mapVoltage.containsKey(supvPlan.getSubstationVoltageLevel())) {
supvPlan.setSubstationVoltageLevel(String.format("%02d", mapVoltage.get(supvPlan.getSubstationVoltageLevel()).getAlgoDescribe()));
supvPlan.setSubstationVoltageLevelName(mapVoltage.get(supvPlan.getSubstationVoltageLevel()).getName());
}
if(mapVoltage.containsKey(supvPlan.getObjVoltageLevel())) {