代码提交普测计划

This commit is contained in:
hzj
2024-05-15 09:17:09 +08:00
parent b496452fd2
commit b213b66f46
3 changed files with 4 additions and 9 deletions

View File

@@ -214,7 +214,7 @@ public class SupervisionGeneralSurveyPlanPOServiceImpl extends ServiceImpl<Super
deptSubstationVO.setDisabled(true);
deptSubstationVO.setFlag(true);
SubstationParam param = new SubstationParam();
param.setOrgIds(Arrays.asList(temp.getCode()));
param.setOrgIds(Arrays.asList(temp.getId()));
List<SubGetBase> list1 = commTerminalGeneralClient.tagOrIdGetSub(param).getData();
List<DeptSubstationVO> children = deptSubstationVO.getChildren();
List<DeptSubstationVO> collect = list1.stream().map(statationStat -> {