From d8fb05f44d8969921b7128d92be282176475ee80 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 20 May 2021 10:32:13 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/otc/OtcOrderDao.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcOrderDao.xml b/src/main/resources/mapper/otc/OtcOrderDao.xml index 3f2277b..de07544 100644 --- a/src/main/resources/mapper/otc/OtcOrderDao.xml +++ b/src/main/resources/mapper/otc/OtcOrderDao.xml @@ -43,4 +43,9 @@ set status=#{status} where order_no=#{orderNo} </update> + + <select id="selectOrderByOrderNoAndType" resultType="com.xcong.excoin.modules.otc.entity.OtcOrder"> + select * from otc_order + where order_no=#{orderNo} and order_type=#{orderType} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1