zhuang пре 6 месеци
родитељ
комит
358760b75e

+ 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) {