Bladeren bron

:feat:角色充值排行榜增加字段

zhangxianyu 11 maanden geleden
bovenliggende
commit
604f32684f

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

@@ -1554,7 +1554,10 @@ public class RoleManageServiceImpl implements IRoleManageService {
                         IFNULL(j.is_remove_game,2) as is_remove_game, -- 是否退游 1-是;0-否;null-代表未操作数据
                 		IFNULL(j.is_wake_up,2) as is_wake_up, -- 是否唤醒 1-是;0-否 2-未操作
                 		j.remark as remark, -- 备注
-                		j.gs_id as gs_id, -- GS_ID
+                		j.gs_id as gsId, -- GS_ID
+                		j.corp_id as corpId, -- 企业id
+                		j.gs_account as gsAccount, -- GS账号
+                        j.external_user_id as external_user_id, -- 企微客户id
                 		j.customer_service_id as customer_service_id, -- 客服ID
                 		j.oper_user_id as oper_user_id, -- 运营ID
                 		j.create_time as create_time, -- 创建时间
@@ -1803,6 +1806,9 @@ public class RoleManageServiceImpl implements IRoleManageService {
                             send_gift_id, -- 最新发送礼包id
                             is_change_game_type, -- 是否转端 1-是;0-否
                             is_add_corp_wechat, -- 是否添加企微 1-是; 0-否
+                            corp_id, -- 企业id
+                            external_user_id, -- 企微客户id
+                            gs_account,  -- GS账号
                             add_corp_user_id, -- 企微号
                             user_wechat, -- 客户微信号
                             user_phone, -- 客户手机号