二次版本提交
This commit is contained in:
@@ -296,7 +296,7 @@ public class EventRightServiceImpl implements EventRightService {
|
||||
|
||||
}else {
|
||||
//查询条件都为空直接拿取所有测点匹配装置
|
||||
List<Integer> lineAssIds = assPOList.stream().map(PqUserLineAssPO::getLineIndex).collect(Collectors.toList());
|
||||
List<Integer> lineAssIds = assPOList.stream().map(PqUserLineAssPO::getLineIndex).distinct().collect(Collectors.toList());
|
||||
result = pqDeviceMapper.queryListByLineIds(new Page<DeviceDTO>(PageFactory.getPageNum(param),PageFactory.getPageSize(param)),param.getSearchValue(),lineAssIds);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user