diff --git a/src/main/java/com/mudu/entity/dto/response/ACheckResponse.java b/src/main/java/com/mudu/entity/dto/response/ACheckResponse.java index 287c32a..2af28a4 100644 --- a/src/main/java/com/mudu/entity/dto/response/ACheckResponse.java +++ b/src/main/java/com/mudu/entity/dto/response/ACheckResponse.java @@ -21,10 +21,14 @@ public class ACheckResponse { /** * 信息编号 */ - @ApiModelProperty(value = "信息编号") + @ApiModelProperty(value = "风险点信息编号") private String xxbh; - + /** + * 信息编号 + */ + @ApiModelProperty(value = "风险点编号") + private String fxdbh; /** * 风险等级VALUE */ diff --git a/src/main/resources/mapper/mudu/ACheckMapper.xml b/src/main/resources/mapper/mudu/ACheckMapper.xml index f23e64c..8691ef8 100644 --- a/src/main/resources/mapper/mudu/ACheckMapper.xml +++ b/src/main/resources/mapper/mudu/ACheckMapper.xml @@ -9,6 +9,7 @@ SELECT a.fxd, a.xxbh, + a.FXDBH as fxdbh, a.FXDJVALUE as fxvalue, c.XXBH as fjxxbh, c.FJDZ as fjdz,