xiaoyong931011
2021-05-26 afdbaa02913adb95cb9701d1a0a3a3a65c48b13a
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -103,6 +103,7 @@
    <select id="selectByMemberIdAndTargetId" resultType="com.xcong.excoin.modules.otc.vo.ChatOrderVo">
        select
            order_no orderNo,
            member_id memberId,
            unit_price unitPrice,
            coin_amount usdtAmount,
            total_amount totalAmount,