|
@@ -2310,12 +2310,11 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
j.send_gift_id as send_gift_id, -- 最新发送礼包id
|
|
|
j.is_change_game_type as is_change_game_type, -- 是否转端 1-是;0-否
|
|
|
j.is_add_corp_wechat as is_add_corp_wechat, -- 是否添加企微 1-是; 0-否
|
|
|
-
|
|
|
+ j.user_phone as user_phone, -- 客户手机号
|
|
|
IF(TIMESTAMPDIFF(HOUR, g.update_time, NOW()) > 72,
|
|
|
- IF(TIMESTAMPDIFF(HOUR, f.pay_time, NOW()) < 72 , 0, 1) , 0) as is_remove_game_for_system, -- 是否退游 1-是;0-否(系统判定)
|
|
|
+ IF(TIMESTAMPDIFF(HOUR, f.pay_time, NOW()) < 72 , 0, 1) , 0) as is_remove_game_for_system, -- 是否退游 1-是;0-否(系统判定)
|
|
|
j.is_remove_game as is_remove_game, -- 是否退游 1-是;0-否;null-代表未操作数据
|
|
|
j.is_wake_up as is_wake_up, -- 是否唤醒 1-是;0-否
|
|
|
-
|
|
|
j.gs_id as gs_id, -- GS_ID
|
|
|
j.customer_service_id as customer_service_id, -- 客服ID
|
|
|
j.oper_user_id as oper_user_id, -- 运营ID
|
|
@@ -2442,6 +2441,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
role_id,
|
|
|
server_id,
|
|
|
game_id,
|
|
|
+ user_phone, -- 客户手机号
|
|
|
is_send_mail, -- 是否发送邮件
|
|
|
send_gift_id, -- 最新发送礼包id
|
|
|
is_change_game_type, -- 是否转端 1-是;0-否
|