|
@@ -235,7 +235,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
|
return Integer.compare(num1, num2);
|
|
|
});
|
|
|
rectifyReportDto.setNoList(machineNoList);
|
|
|
-
|
|
|
+ map.put("ifoutsidebase", true);
|
|
|
list = this.getListData(map);
|
|
|
// 根据一级部门分组
|
|
|
Map<String, List<ZhcxProjectRectifyMachineVo>> groupFirstDeptList = list.stream()
|
|
@@ -343,6 +343,8 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
|
RectifyDto AllRectifyDto = new RectifyDto();
|
|
|
AllRectifyDto.setDeptid(null);
|
|
|
AllRectifyDto.setDeptname("总合计");
|
|
|
+ map.remove("ifoutsidebase");
|
|
|
+ list = this.getListData(map);
|
|
|
AllRectifyDto.setData(createRectifyMachineDtoList(list,null));
|
|
|
rectifyDtoList.add(AllRectifyDto);
|
|
|
rectifyDtoList.forEach(ev -> {
|