src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -4,7 +4,7 @@ <select id="selectOrderListUnFinish" resultType="com.xcong.excoin.modules.otc.entity.OtcOrder"> select * from otc_order where status not in (2,4) and member_id=#{memberId} and entrust_order_id=#{entrustOrderId} where status in (1,2) and member_id=#{memberId} and entrust_order_id=#{entrustOrderId} </select>