Helius
2021-05-21 979a4972fa011b74b7fd0ecde4941da13da1c4a1
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>