|
@@ -1219,8 +1219,10 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
count(1) as role_count,
|
|
|
sum(active) as active_count,
|
|
|
server_id,
|
|
|
- ANY_VALUE(cs) cs
|
|
|
+ ANY_VALUE(cs) cs,
|
|
|
+ ANY_VALUE(game_id) gameId
|
|
|
from (select a.country,
|
|
|
+ a.game_id,
|
|
|
IFNULL(c.role_total_amount, 0) as role_total_amount,
|
|
|
if(b.role_level <= 13, 1, 0) as country_level,
|
|
|
if(d.role_id is not null, 1, 0) as active,
|