|
@@ -308,6 +308,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
b.username , -- 玩家账号
|
|
|
b.nickname , -- 玩家昵称
|
|
|
b.create_time as reg_time, -- 玩家注册时间
|
|
|
+ c.account_id , -- 广告账号
|
|
|
a.agent_id , -- 玩家注册渠道ID
|
|
|
IF(a.agent_id = 0, '自然量', c.agent_name) as agent_name,-- 注册渠道名
|
|
|
b.game_id , -- 玩家注册游戏ID
|
|
@@ -386,6 +387,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
b.username , -- 玩家账号
|
|
|
b.nickname , -- 玩家昵称
|
|
|
b.create_time as reg_time, -- 玩家注册时间
|
|
|
+ c.account_id , -- 广告账号
|
|
|
a.agent_id , -- 玩家注册渠道ID
|
|
|
IF(a.agent_id = 0, '自然量', c.agent_name) as agent_name,-- 注册渠道名
|
|
|
b.game_id , -- 玩家注册游戏ID
|
|
@@ -465,6 +467,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
b.username , -- 玩家账号
|
|
|
b.nickname , -- 玩家昵称
|
|
|
b.create_time as reg_time, -- 玩家注册时间
|
|
|
+ c.account_id , -- 广告账号
|
|
|
a.agent_id , -- 玩家注册渠道ID
|
|
|
IF(a.agent_id = 0, '自然量', c.agent_name) as agent_name,-- 注册渠道名
|
|
|
b.game_id , -- 玩家注册游戏ID
|