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 @@