1.验收问题修改
This commit is contained in:
@@ -56,13 +56,12 @@ public class RMpWpPowerDetailMServiceImpl extends ServiceImpl<RMpWpPowerDetailMM
|
||||
@Override
|
||||
public Page<RMpWpPowerDetailVO> getWindFarmDetailInfo(PowerQualityParam.PowerQualityInfoParam param) {
|
||||
//获取部门id集合
|
||||
List<DeptDTO> deptDTOS = deptFeignClient.getDepSonDetailByDeptId(param.getId()).getData();
|
||||
List<String> deptIds = deptDTOS.stream().map(DeptDTO::getCode).collect(Collectors.toList());
|
||||
List<String> codeIds = deptFeignClient.getDepSonSelfCodetByDeptId(param.getId()).getData();
|
||||
|
||||
//根据条件查询单位下面的所有配网监测点
|
||||
PmsMonitorParam pmsMonitorParam = new PmsMonitorParam();
|
||||
//单位id
|
||||
pmsMonitorParam.setOrgIds(deptIds);
|
||||
pmsMonitorParam.setOrgIds(codeIds);
|
||||
pmsMonitorParam.setMonitorTag(param.getMonitorTag());
|
||||
pmsMonitorParam.setIsSpecialMonitor(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user