From 0abd80878ee9045d5317a2dbeff6c20d2dfdabc0 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 14 May 2021 15:07:32 +0800
Subject: [PATCH] Merge branch 'yunding' of http://120.27.238.55:7000/r/exchange into yunding

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

diff --git a/src/main/resources/mapper/contract/ContractOrderDao.xml b/src/main/resources/mapper/contract/ContractOrderDao.xml
index 18c1f29..49f2f97 100644
--- a/src/main/resources/mapper/contract/ContractOrderDao.xml
+++ b/src/main/resources/mapper/contract/ContractOrderDao.xml
@@ -84,7 +84,7 @@
         where member_id=#{memberId} and contract_type=2
     </select>
 
-    <select id="selectFollowOrderCntForWinRate" resultType="java.lang.Integer">
+    <select id="selectFollowOrderCntForWinRate" resultType="java.math.BigDecimal">
         select count(1)
         from contract_order a
         where member_id=#{memberId}

--
Gitblit v1.9.1