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