1.添加主播 UID字段

This commit is contained in:
2025-07-01 16:57:18 +08:00
parent a6a9e46812
commit bcb3157faa
9 changed files with 10 additions and 13 deletions

View File

@@ -38,6 +38,7 @@
<result column="hosts_kind" jdbcType="VARCHAR" property="hostsKind" />
<result column="online_fans" jdbcType="INTEGER" property="onlineFans"/>
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="uid" jdbcType="VARCHAR" property="uid" />
</resultMap>
<sql id="Base_Column_List">
@@ -245,7 +246,7 @@
<select id="selectPageByCondition" resultMap="HostInfoVo">
select ns.id,hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum,
yesterday_coins,ns.create_time, country, online_fans,hosts_kind from server_new_hosts ns left join server_country_info ci ON ns.country = ci.country_name
yesterday_coins,ns.create_time, country, online_fans,hosts_kind, uid from server_new_hosts ns left join server_country_info ci ON ns.country = ci.country_name
where ns.tenant_id=#{hostInfoDTO.tenantId}
<!-- 主播国家筛选 -->
<if test="hostInfoDTO.country!= '' and hostInfoDTO.country != null">