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