Helius
2021-05-27 182c01b109ffb3b4be248c2e128835ace70eeae8
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,