|
@@ -1655,7 +1655,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
and a.server_id = b.server_id
|
|
|
and a.game_id = b.game_id
|
|
|
left join dm_game_order.t_pitcher_agent c on a.agent_id = c.id and c.source_system = 'ZX_ONE'
|
|
|
- left join game_ads.role_ip_monitor d on a.role_id = d.role_id
|
|
|
+ left join game_ads.role_ip_monitor d on a.role_id = d.role_id and a.user_id = d.user_id
|
|
|
and a.user_id = d.user_id
|
|
|
and a.server_id = d.server_id
|
|
|
and a.game_id = d.game_id
|