From a0a9e797f1f482e18ea03a40beefa1f85a03faee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 26 May 2021 20:53:48 +0800 Subject: [PATCH] 20210526 聊天 --- src/main/resources/mapper/otc/OtcOrderDao.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcOrderDao.xml b/src/main/resources/mapper/otc/OtcOrderDao.xml index b45dcfa..20ac813 100644 --- a/src/main/resources/mapper/otc/OtcOrderDao.xml +++ b/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, -- Gitblit v1.9.1