소스 검색

大屏-整改功能调整

zhuang 6 달 전
부모
커밋
358760b75e
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

@@ -561,7 +561,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
                         sb.append(list3.get(0).getFirstdeptname() + ",");
                         Integer i = deptDataVos.get(0).getTbcCount() + deptDataVos.get(0).getClosedCount();
                         //sb.append(i+"/"+deptDataVos.get(0).getTotalCount() + ",");
-                        sb.append(deptDataVos.get(0).getUnfinishedCount());
+                        sb.append(deptDataVos.get(0).getUnfinishedCount()+ ",");
                         Float f = i.floatValue() / deptDataVos.get(0).getTotalCount().floatValue() * 100;
                         sb.append(new BigDecimal(String.format("%.2f", f)));
                         if (count.incrementAndGet() < totalSize) {