jinpengyong
2024-06-18 7a1c0a8f26b54db6fdf0dcb9a2568aa9811f8f4c
screen-api/src/main/java/com/moral/api/pojo/dto/dataDisplay/HeatMapDTO.java
@@ -48,14 +48,14 @@
//    private  Double  sum;
    public Double getCount(){
        Double count = this.count;
        if (ObjectUtils.isEmpty(count)){
            count= 0.0;
            return count;
        }
        return count;
    }
//    public Double getCount(){
//        Double count = this.count;
//        if (ObjectUtils.isEmpty(count)){
//            count= 0.0;
//            return count;
//        }
//        return count;
//    }
}