From dafcc60758c71de296c0f86627ec4c92650f43f7 Mon Sep 17 00:00:00 2001 From: river <1376754470@qq.com> Date: Fri, 2 Apr 2021 17:55:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8C=87=E6=B4=BEabc=E8=A7=92=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E4=B8=93=E5=91=98=E5=88=A4=E9=87=8D=E3=80=81=E5=82=AC?= =?UTF-8?q?=E6=94=B6=E5=AF=BC=E5=87=BA=E6=98=AF=E5=AE=A2=E6=88=B7=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E2=86=92=E4=B8=9A=E5=8A=A1=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../guarantee/model/response/AlCollectionListResponse.java | 4 ++-- .../guarantee/model/response/AlCollectionResponse.java | 4 ++-- .../mapper/guarantee/DgComplianceInvestigationMapper.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionListResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionListResponse.java index 63125c7c..85eeab28 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionListResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionListResponse.java @@ -26,8 +26,8 @@ public class AlCollectionListResponse extends BaseRowModel implements Serializab @ApiModelProperty("id") private Integer id; - @ExcelProperty(value = "客户编号", index = 0) - @ApiModelProperty("客户编号") + @ExcelProperty(value = "业务编号", index = 0) + @ApiModelProperty("业务编号") private String code; @ExcelProperty(value = "客户名称", index = 1) diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionResponse.java index 5d45f187..c690ffe4 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/AlCollectionResponse.java @@ -25,8 +25,8 @@ public class AlCollectionResponse extends BaseRowModel implements Serializable { @ApiModelProperty("id") private Integer id; - @ExcelProperty(value = "客户编号", index = 0) - @ApiModelProperty("客户编号") + @ExcelProperty(value = "业务编号", index = 0) + @ApiModelProperty("业务编号") private String code; @ExcelProperty(value = "客户名称", index = 1) diff --git a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgComplianceInvestigationMapper.xml b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgComplianceInvestigationMapper.xml index 1a40f3a3..b6d0df63 100644 --- a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgComplianceInvestigationMapper.xml +++ b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgComplianceInvestigationMapper.xml @@ -193,8 +193,8 @@