From 6d31e3511a7375ae58e149ea4fdc558b3cfa04d4 Mon Sep 17 00:00:00 2001 From: chen <1251790704@qq.com> Date: Fri, 27 Nov 2020 14:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dq-financial-guarantee/pom.xml | 16 +++++++++++----- .../response/GuaranteeLetterListResponse.java | 4 ++++ .../model/response/LoanNoticeListResponse.java | 4 ++++ .../PaymentConfirmationListResponse.java | 4 ++++ .../DgGuaranteeLetterAssignUserMapper.xml | 3 ++- .../mapper/guarantee/DgLoanNoticeMapper.xml | 3 ++- .../DgPaymentConfirmationConsiderMapper.xml | 3 ++- 7 files changed, 29 insertions(+), 8 deletions(-) diff --git a/dq-financial-guarantee/pom.xml b/dq-financial-guarantee/pom.xml index 06bbfb6a..27e6a59b 100644 --- a/dq-financial-guarantee/pom.xml +++ b/dq-financial-guarantee/pom.xml @@ -58,6 +58,12 @@ spring-boot-starter + + com.deepoove + poi-tl + 1.8.2 + + - - com.baomidou - mybatis-plus-boot-starter - 3.0.7.1 - + + com.baomidou + mybatis-plus-boot-starter + 3.0.7.1 + diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/GuaranteeLetterListResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/GuaranteeLetterListResponse.java index 770d27e4..9c905c8a 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/GuaranteeLetterListResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/GuaranteeLetterListResponse.java @@ -24,6 +24,10 @@ public class GuaranteeLetterListResponse { @ApiModelProperty("法规经理唯一标识") private Integer isFgJl; + @ExcelIgnore + @ApiModelProperty("业务id") + private Integer businessId; + @ExcelIgnore @ApiModelProperty("唯一标识") private Integer id; diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/LoanNoticeListResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/LoanNoticeListResponse.java index e0023084..9c96213f 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/LoanNoticeListResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/LoanNoticeListResponse.java @@ -24,6 +24,10 @@ public class LoanNoticeListResponse { @ApiModelProperty("唯一标识") private Integer id; + @ExcelIgnore + @ApiModelProperty("业务id") + private Integer businessId; + @ExcelIgnore @ApiModelProperty(value = "审核意见") private String auditOpinion; diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/PaymentConfirmationListResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/PaymentConfirmationListResponse.java index 175a6d68..c8b3e3f6 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/PaymentConfirmationListResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/PaymentConfirmationListResponse.java @@ -24,6 +24,10 @@ public class PaymentConfirmationListResponse { @ApiModelProperty("唯一标识") private Integer id; + @ExcelIgnore + @ApiModelProperty("业务id") + private Integer businessId; + @ExcelIgnore @ApiModelProperty(value = "审核意见") private String auditOpinion; diff --git a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgGuaranteeLetterAssignUserMapper.xml b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgGuaranteeLetterAssignUserMapper.xml index 49a23f39..b0b9f18f 100644 --- a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgGuaranteeLetterAssignUserMapper.xml +++ b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgGuaranteeLetterAssignUserMapper.xml @@ -29,11 +29,12 @@ + select ln.id,aai.business_code,cc.name,cc.phone,aai.business_type,lcc.loan_tern,lcc.loan_money, - aai.create_time,ln.status,aai.bank,ln.audit_opinion,ln.operating_status,bps.business_status + aai.create_time,ln.status,aai.bank,ln.audit_opinion,ln.operating_status,bps.business_status,ln.business_id from dg_loan_notice ln left join dg_apply_amount_info aai on ln.business_id = aai.id left join crms_company_customer ccc on ln.company_id = ccc.id diff --git a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgPaymentConfirmationConsiderMapper.xml b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgPaymentConfirmationConsiderMapper.xml index bb89ecd9..776ba2b4 100644 --- a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgPaymentConfirmationConsiderMapper.xml +++ b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgPaymentConfirmationConsiderMapper.xml @@ -30,11 +30,12 @@ +