소스 검색

大屏-整改

zhuang 6 달 전
부모
커밋
8966dcd2a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxProjectManageServiceImpl.java

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxProjectManageServiceImpl.java

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