From 41b107ba7acd40fa32ce9ec8f103dfe1061ecf4e Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Wed, 03 Sep 2025 16:52:33 +0800
Subject: [PATCH] 初始化修改

---
 trading-order-service/src/main/resources/mapper/ico/UserSubscriptionMapper.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/trading-order-service/src/main/resources/mapper/ico/UserSubscriptionMapper.xml b/trading-order-service/src/main/resources/mapper/ico/UserSubscriptionMapper.xml
index 3138ae7..d6230d8 100644
--- a/trading-order-service/src/main/resources/mapper/ico/UserSubscriptionMapper.xml
+++ b/trading-order-service/src/main/resources/mapper/ico/UserSubscriptionMapper.xml
@@ -4,9 +4,10 @@
 
 
     <select id="findList" resultType="com.yami.trading.bean.ico.dto.UserSubscriptionDTO">
-        SELECT u.*,t.name,t.symbol
+        SELECT u.*,t.name,t.symbol,r.user_name,r.user_code
         FROM user_subscription_record u
-        LEFT JOIN t_ico_project t ON t.id = u.ico_project_id
+                 LEFT JOIN t_ico_project t ON t.id = u.ico_project_id
+                 LEFT JOIN tz_user r ON r.user_id = u.user_id
         ${ew.customSqlSegment}
     </select>
 

--
Gitblit v1.9.3