1.员工查询自己的主播时添加 userID字段
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
|
|
||||||
<select id="selectPageWithXMLWithSelf" resultType="cn.iocoder.yudao.module.tkdata.dal.dataobject.employeehosts.EmployeeHostsDO">
|
<select id="selectPageWithXMLWithSelf" resultType="cn.iocoder.yudao.module.tkdata.dal.dataobject.employeehosts.EmployeeHostsDO">
|
||||||
select ns.id,hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum,
|
select ns.id,hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum,
|
||||||
yesterday_coins,ns.create_time, country, online_fans,hosts_kind,remake ,operation_status ,ns.update_time from server_employee_hosts ns left join server_country_info ci ON ns.country = ci.country_name
|
yesterday_coins,ns.create_time, country, online_fans,hosts_kind,remake ,
|
||||||
|
operation_status,ns.user_id ,ns.update_time from server_employee_hosts ns left join server_country_info ci ON ns.country = ci.country_name
|
||||||
WHERE tenant_id =#{req.tenantId,jdbcType=BIGINT}
|
WHERE tenant_id =#{req.tenantId,jdbcType=BIGINT}
|
||||||
and ns.user_id =#{req.userId,jdbcType=BIGINT}
|
and ns.user_id =#{req.userId,jdbcType=BIGINT}
|
||||||
<!-- 主播国家筛选 -->
|
<!-- 主播国家筛选 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user