1.bug修改
This commit is contained in:
@@ -495,7 +495,7 @@ public class RGeneralSurveyPlanPOServiceImpl extends MppServiceImpl<RGeneralSurv
|
||||
public List<DeptSubstationVO> initDetpStataionTree(String orgdid) {
|
||||
|
||||
/*查询所有电站并过滤已经参加当期普测电站*/
|
||||
List<StatationStat> list = statationStatClient.getPowerInfo(new PmsStatationStatInfoParam()).getData();
|
||||
// List<StatationStat> list = statationStatClient.getPowerInfo(new PmsStatationStatInfoParam()).getData();
|
||||
|
||||
/**查出当前周期id**/
|
||||
QueryWrapper<RSurveyCyclePO> rSurveyCyclePOQueryWrapper = new QueryWrapper();
|
||||
@@ -547,8 +547,6 @@ public class RGeneralSurveyPlanPOServiceImpl extends MppServiceImpl<RGeneralSurv
|
||||
BeanUtils.copyProperties(temp, deptSubstationVO);
|
||||
deptSubstationVO.setDisabled(true);
|
||||
deptSubstationVO.setFlag(true);
|
||||
QueryWrapper<StatationStat> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("org_id", temp.getCode());
|
||||
PmsStatationStatInfoParam param =new PmsStatationStatInfoParam();
|
||||
param.setOrgIds(Arrays.asList(temp.getCode()));
|
||||
List<StatationStat> list1 = statationStatClient.getPowerInfo(param).getData();
|
||||
|
||||
Reference in New Issue
Block a user