@ -231,6 +231,6 @@
</select>
<select id="selectByVinSid" resultType="com.yxt.anrui.riskcenter.api.loanrepurchaseapply.LoanRepurchaseApply">
select * from loan_repurchase_apply where busVinSid = #{sid}
select * from loan_repurchase_apply where busVinSid = #{sid} order by id desc limit 1
</mapper>