From f7218c3b95d3611d7dbdd3cdba637e30b037058e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 25 Mar 2021 17:47:04 +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