From be2acca9c6b6d031f071856653e47744cc10c72a Mon Sep 17 00:00:00 2001 From: dongdingding <207595406@qq.com> Date: Tue, 7 May 2024 16:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=B3=A8=E9=87=8A=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mudu/entity/dto/response/ACheckResponse.java | 8 ++++++-- src/main/resources/mapper/mudu/ACheckMapper.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) 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,