1.NewHosts 添加 aiOperation,operation_status字段
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<select id="selectPageWithXML" resultType="cn.iocoder.yudao.module.tkdata.dal.dataobject.newhosts.NewHostsDO">
|
||||
select ns.id,hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum,
|
||||
yesterday_coins,ns.create_time, country, online_fans,hosts_kind ,is_assigned,uid ,ns.update_time 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 ,is_assigned,uid ,ns.update_time,ns.operation_status,ns.ai_operation from server_new_hosts ns left join server_country_info ci ON ns.country = ci.country_name
|
||||
WHERE tenant_id =#{req.tenantId,jdbcType=BIGINT}
|
||||
and deleted = 0
|
||||
<!-- 主播国家筛选 -->
|
||||
@@ -38,6 +38,9 @@
|
||||
<if test="req.hostsLevel != null and req.hostsLevel != ''">
|
||||
and ns.hosts_level =#{req.hostsLevel,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="req.aiOperation != null ">
|
||||
and ns.ai_operation = #{req.aiOperation,jdbcType=TINYINT}
|
||||
</if>
|
||||
<!-- 今日主播金币筛选 -->
|
||||
<if test="req.hostsCoinsMin != null and req.hostsCoinsMax == null ">
|
||||
and ns.hosts_coins >=#{req.hostsCoinsMin,jdbcType=INTEGER}
|
||||
|
||||
Reference in New Issue
Block a user