国网上送提交代码

This commit is contained in:
hzj
2024-01-05 15:07:21 +08:00
parent 8fa88c7900
commit e214e0e6af

View File

@@ -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");
} }
} }