From adb99db2cb5359416713a1bd3a13423ddf0f0d80 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 25 Aug 2020 19:26:46 +0800
Subject: [PATCH] modify whole close order

---
 src/main/resources/mapper/contract/ContractHoldOrderDao.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/contract/ContractHoldOrderDao.xml b/src/main/resources/mapper/contract/ContractHoldOrderDao.xml
index f9e5987..69bc30c 100644
--- a/src/main/resources/mapper/contract/ContractHoldOrderDao.xml
+++ b/src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -63,7 +63,6 @@
         select * from contract_hold_order where member_id=#{memberId}
         and symbol=#{symbol}
         and position_type=2
-        and is_can_closing=1
         order by create_time desc
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1