From 36ebe651620a89fd158038defc344a01fa3a3e70 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 25 Mar 2021 16:47:02 +0800 Subject: [PATCH] 20210325 跟随者的历史订单显示爆仓,爆仓算入跟随者收益 --- src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml b/src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml index a65d1e5..d92a2c7 100644 --- a/src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml +++ b/src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml @@ -60,7 +60,6 @@ member_id = #{memberId} and contract_type = 2 and order_type in (3,4) - and closing_type not in (4,5) order by create_time desc </select> <select id="getMyFollowOrderNowRecords" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity"> -- Gitblit v1.9.1