
3 changed files with 25 additions and 0 deletions
@ -1,4 +1,13 @@ |
|||
<?xml version="1.0" encoding="UTF-8" ?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
<mapper namespace="com.yxt.anrui.riskcenter.biz.loanfinotherPolicy.LoanFinOtherPolicyMapper"> |
|||
<select id="getOtherPolicyByMainSid" |
|||
resultType="com.yxt.anrui.riskcenter.api.loanfinotherPolicy.LoanFinOtherPolicy"> |
|||
select * |
|||
from loan_fin_otherpolicy |
|||
where mainPolicySid = #{mainPolicySid} |
|||
and isDelete = '0' |
|||
and useSate = '0' |
|||
and riskState = '0' |
|||
</select> |
|||
</mapper> |
Loading…
Reference in new issue