Browse Source

Merge remote-tracking branch 'origin/develop' into develop

dev_shibei_match
yinzuomei 4 years ago
parent
commit
0b5ae8ace9
  1. 4
      epmet-module/data-report/data-report-client/src/main/java/com/epmet/project/dto/result/ProjectCategoryResultDTO.java

4
epmet-module/data-report/data-report-client/src/main/java/com/epmet/project/dto/result/ProjectCategoryResultDTO.java

@ -67,8 +67,8 @@ public class ProjectCategoryResultDTO implements Serializable {
this.categoryName = ""; this.categoryName = "";
this.projectTotal = NumConstant.ZERO; this.projectTotal = NumConstant.ZERO;
this.closedProjectTotal = NumConstant.ZERO; this.closedProjectTotal = NumConstant.ZERO;
this.totalRatio = ""; this.totalRatio = "0.00%";
this.closedRatio = ""; this.closedRatio = "0.00%";
this.children = new ArrayList<>(); this.children = new ArrayList<>();
} }
} }

Loading…
Cancel
Save