springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/bigscreen/IndexReserveSub.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/bigscreen/IndexReserveSub.java
@@ -17,12 +17,11 @@ @ApiModelProperty("总数") private Integer allCount; @ApiModelProperty("占比") @JsonIgnoreProperties private Integer percent; public Integer getPercent() { percent=num*100/allCount; return percent; this.percent=this.num*100/this.allCount; return this.percent; } public Integer getKey() {