初始版本提交
This commit is contained in:
@@ -356,7 +356,7 @@ public class LargeScreenCountServiceImpl implements LargeScreenCountService {
|
||||
//获取对应监测点id
|
||||
if(!CollectionUtils.isEmpty(noticeDept)){
|
||||
List<PqsDeptsline> noticeLine = pqsDeptslineService.lambdaQuery().in(PqsDeptsline::getDeptsIndex, noticeDept).eq(PqsDeptsline::getSystype, sysTypeZt).list();
|
||||
noticeLineIds = noticeLine.stream().map(PqsDeptsline::getLineIndex).collect(Collectors.toList());
|
||||
noticeLineIds = noticeLine.stream().map(PqsDeptsline::getLineIndex).distinct().collect(Collectors.toList());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user