新版仿ok交易所-后端
zyy
2025-09-03 41b107ba7acd40fa32ce9ec8f103dfe1061ecf4e
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>