1.解决审计统计没有显示的bug

2.解决数据中心数据查询过慢和数据展示bug
This commit is contained in:
wr
2023-06-01 17:16:28 +08:00
parent 4fe1039934
commit 7419142abe
33 changed files with 797 additions and 286 deletions

View File

@@ -111,7 +111,9 @@ public class RmpEventDetailPO implements Serializable {
private LocalDateTime createTime;
@ApiModelProperty(value = "用于计算数量")
@TableField(exist = false)
private Integer count;
}

View File

@@ -45,5 +45,6 @@ public class GeneralVO implements Serializable {
@ApiModelProperty(name = "upCount",value = "暂升次数")
private Integer upCount;
@ApiModelProperty(name = "id",value = "id")
private String id;
}