@ -515,8 +515,7 @@
left join anrui_riskcenter.loan_solutions lo on lo.salesOrderSid = bo.sid
<where>
${ew.sqlSegment} and bo.createBySid = #{userSid} and bo.useOrgSid = #{useOrgSid} and bo.nodeState = '已办结'
<!-- and bo.financePlan = '2'-->
and (lo.typeKey = '01' or lo.typeKey = '02')
and bo.financePlan = '2'
and length(bv.linkSid)>0
</where>
</select>