技术监督bug修改
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user