|
|
@ -23,7 +23,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getOrderLoanPagerList" resultType="com.yxt.anrui.riskcenter.api.loanpreloancreditapply.LoanPreloanVo"> |
|
|
|
select distinct la.custSid,la.idCard, |
|
|
|
select a.* from ( select la.custSid,la.idCard, |
|
|
|
la.custName,DATE_FORMAT(la.createTime, '%Y-%m-%d') as createTime, |
|
|
|
la.phone,la.gsfkjg,la.capitalName, |
|
|
|
la.zffkjg, |
|
|
@ -44,7 +44,7 @@ |
|
|
|
, '%') |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
order by la.id desc |
|
|
|
order by la.id desc) a group by a.custSid |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="judgeIsLoan" resultType="com.yxt.anrui.riskcenter.api.loanpreloancreditapply.LoanPreloanCreditApply"> |
|
|
|