From ca5353f982bc8b6a5cf50b9941b79939510e7eee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 21 Aug 2020 18:00:54 +0800 Subject: [PATCH] 20200821 --- src/main/resources/mapper/contract/ContractOrderDao.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/contract/ContractOrderDao.xml b/src/main/resources/mapper/contract/ContractOrderDao.xml index 33c0a73..6cc08c7 100644 --- a/src/main/resources/mapper/contract/ContractOrderDao.xml +++ b/src/main/resources/mapper/contract/ContractOrderDao.xml @@ -77,4 +77,10 @@ and 0 > reward_amount </if> </select> + + <select id="selectWholeOpenOrderByOrderNo" resultType="com.xcong.excoin.modules.contract.entity.ContractOrderEntity"> + select * from contract_order + where order_no=#{orderNo} + and order_type in (1,2) and order_status=1 + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1