From 9023f09e818a20484f80b50b38d3b7d5c357f18a Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 08 May 2026 23:26:41 +0800
Subject: [PATCH] fix(gateApi): 修复双向持仓模式下的杠杆设置功能

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

diff --git a/src/main/resources/mapper/member/MemberCoinAddressDao.xml b/src/main/resources/mapper/member/MemberCoinAddressDao.xml
index 1c45e9c..4a3237a 100644
--- a/src/main/resources/mapper/member/MemberCoinAddressDao.xml
+++ b/src/main/resources/mapper/member/MemberCoinAddressDao.xml
@@ -40,7 +40,7 @@
 	<select id="selectCoinAddressListByMap" resultType="com.xcong.excoin.modules.member.entity.MemberCoinAddressEntity">
 		select *  from member_coin_address 
 		 <where>
-		 is_biyict = 1
+		 is_biyict = 2
 		  and symbolscoin_id IS NOT NULL
 	 		<if test="memberId != null  and  memberId  != ''">
 	 			 and member_id = #{memberId}

--
Gitblit v1.9.1