src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -13,9 +13,11 @@ ,a.limit_max_amount max ,b.total_order_cnt orderCnt ,b.finish_ratio finishRatio ,d.payment_type payType from otc_entrust_order a left join otc_market_bussiness b on a.member_id=b.member_id left join member c on a.member_id=c.id left join member_payment_method d on a.member_id=d.member_id and d.is_defualt=1 <where> a.status=1 and a.remain_coin_amount > 0 <if test="record != null">