From 19c6775bc913c5224cb1fbca3a4d05773c4eca8d Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 10 Dec 2025 20:51:26 +0800
Subject: [PATCH] fix(okxWs): 优化订单状态检查逻辑
---
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