代码提交普测计划
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user