From 115e8829f6e688f9c3ecccc19310fb2f790caa18 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 07 Jan 2026 12:55:30 +0800
Subject: [PATCH] config(okxNewPrice): 修改账户类型配置
---
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