From e0c3f45eeafbb135cdae08814994de541ce83581 Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Tue, 27 Feb 2018 10:36:16 +0800 Subject: [PATCH] =?UTF-8?q?repayment=5Fdate=20=E4=BB=A3=E6=9B=BF=20loan=5F?= =?UTF-8?q?time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapping/prd/TBizCollectionRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infintech-executors/executor-collection-dispatcher/src/main/resources/mapping/prd/TBizCollectionRecordMapper.xml b/infintech-executors/executor-collection-dispatcher/src/main/resources/mapping/prd/TBizCollectionRecordMapper.xml index 204c30bc..79376ecc 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/resources/mapping/prd/TBizCollectionRecordMapper.xml +++ b/infintech-executors/executor-collection-dispatcher/src/main/resources/mapping/prd/TBizCollectionRecordMapper.xml @@ -53,7 +53,7 @@ t1.first_price_loan, t2.repayment_date from t_project t1 inner join t_project_refund t2 on t1.id=t2.project_id and t1.status in ('7') - where t1.loan_time > #{_parameter} + where t2.repayment_date > #{_parameter} ) t_biz inner join t_user t_u ON t_u.user_id = t_biz.user_id