fix : 修改数据同步逻辑

This commit is contained in:
tanghao
2021-05-12 15:56:47 +08:00
parent cae28168a5
commit 8ca99bf580
32 changed files with 497 additions and 23 deletions

View File

@@ -118,6 +118,6 @@ public class AlertMessageActiveEntity implements Serializable {
@TableField(exist = false)
private Dc dc;
@TableField(exist = false)
private String severity;
}