国网上送提交代码
This commit is contained in:
@@ -157,7 +157,8 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
|
|||||||
//电站等级
|
//电站等级
|
||||||
if (mapVoltage.containsKey(tempList.get(0).getVoltageLevel())) {
|
if (mapVoltage.containsKey(tempList.get(0).getVoltageLevel())) {
|
||||||
pqTypicalSourceCreatePO.setVoltageLevel(String.format("%02d", mapVoltage.get(tempList.get(0).getVoltageLevel()).getAlgoDescribe()));
|
pqTypicalSourceCreatePO.setVoltageLevel(String.format("%02d", mapVoltage.get(tempList.get(0).getVoltageLevel()).getAlgoDescribe()));
|
||||||
pqTypicalSourceCreatePO.setIndustryType("01");
|
//默认给05
|
||||||
|
pqTypicalSourceCreatePO.setIndustryType("05");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user