切换mysql为达梦数据库-代码审查
1.supervision-boot模块
This commit is contained in:
@@ -63,7 +63,7 @@ public class RDimStationTargetDPO extends BaseEntity {
|
||||
@TableField(value = "Pass_Avg_Rate")
|
||||
private Double passAvgRate;
|
||||
|
||||
@TableField(value = "`State`")
|
||||
@TableField(value = "State")
|
||||
private String state;
|
||||
|
||||
}
|
||||
@@ -64,7 +64,7 @@ public class RDimStationTargetMPO extends BaseEntity {
|
||||
@TableField(value = "Pass_Avg_Rate")
|
||||
private Double passAvgRate;
|
||||
|
||||
@TableField(value = "`State`")
|
||||
@TableField(value = "State")
|
||||
private String state;
|
||||
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ public class RDimStationTargetYPO extends BaseEntity {
|
||||
@TableField(value = "Pass_Avg_Rate")
|
||||
private Double passAvgRate;
|
||||
|
||||
@TableField(value = "`State`")
|
||||
@TableField(value = "State")
|
||||
private String state;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user