screen-api/src/main/java/com/moral/api/pojo/dto/dataDisplay/HeatMapDTO.java
@@ -43,14 +43,19 @@ private String name; public Double getCount(){ Double count = this.count; if (ObjectUtils.isEmpty(count)){ count= 0.0; return count; } return count; } private Integer groupId; // private Double sum; // public Double getCount(){ // Double count = this.count; // if (ObjectUtils.isEmpty(count)){ // count= 0.0; // return count; // } // return count; // } }