|
@@ -621,6 +621,7 @@ public class ZhcxApiServiceImpl implements ZhcxApiService {
|
|
|
|
|
|
private List<RectifyApiDataDto> processSecondaryDeptData(List<ZhcxProjectRectifyMachineVo> list, ZhcxProjectManageDo projectManageDo, List<RectifyApiDataDto> firstDeptRectifyList) {
|
|
|
Map<String, List<ZhcxProjectRectifyMachineVo>> groupDeptList = list.stream()
|
|
|
+ .filter(e -> Objects.nonNull(e.getDeptid()))
|
|
|
.collect(Collectors.groupingBy(ZhcxProjectRectifyMachineVo::getDeptname));
|
|
|
|
|
|
List<RectifyApiDataDto> rectifyDtoList = new ArrayList<>();
|