Kaynağa Gözat

fix:角色等级列表修改sql

zhangxianyu 1 ay önce
ebeveyn
işleme
69874f0c79

+ 1 - 1
game-data/game-data-serve/src/main/java/com/zanxiang/game/data/serve/service/impl/RoleManageServiceImpl.java

@@ -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