|
@@ -548,7 +548,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
AtomicInteger count = new AtomicInteger(0);
|
|
AtomicInteger count = new AtomicInteger(0);
|
|
int totalSize = collect3.size();
|
|
int totalSize = collect3.size();
|
|
collect3.forEach((deptid, list3) -> {
|
|
collect3.forEach((deptid, list3) -> {
|
|
- List<RectifyMachineDto> deptDataVos = createRectifyMachineDtoList(list2, null);
|
|
|
|
|
|
+ List<RectifyMachineDto> deptDataVos = createRectifyMachineDtoList(list3, null);
|
|
if (deptDataVos.size() > 0) {
|
|
if (deptDataVos.size() > 0) {
|
|
sb.append(list3.get(0).getFirstdeptname() + ",");
|
|
sb.append(list3.get(0).getFirstdeptname() + ",");
|
|
Integer i = deptDataVos.get(0).getTbcCount() + deptDataVos.get(0).getClosedCount();
|
|
Integer i = deptDataVos.get(0).getTbcCount() + deptDataVos.get(0).getClosedCount();
|