Ver código fonte

:fix:是否转端,是否加企微字段过滤

zhangxianyu 9 meses atrás
pai
commit
86c4a4054a

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

@@ -1562,7 +1562,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
                 		j.send_gift_id as send_gift_id, -- 最新发送礼包id
                 		j.send_gift_id as send_gift_id, -- 最新发送礼包id
                 		k.gift_name as gift_name, -- 礼包名
                 		k.gift_name as gift_name, -- 礼包名
                 		IFNULL(j.is_change_game_type,2) as is_change_game_type, -- 是否转端 1-是;0-否 2-未操作
                 		IFNULL(j.is_change_game_type,2) as is_change_game_type, -- 是否转端 1-是;0-否 2-未操作
-                  		IFNULL(j.is_add_corp_wechat,2) as  , -- 是否添加企微 1-是; 0-否 2-未操作
+                  		IFNULL(j.is_add_corp_wechat,2) as  is_add_corp_wechat, -- 是否添加企微 1-是; 0-否 2-未操作
                 		j.add_corp_user_id as add_corp_user_id, -- 企微号
                 		j.add_corp_user_id as add_corp_user_id, -- 企微号
                 		j.user_wechat as user_wechat, -- 客户微信号
                 		j.user_wechat as user_wechat, -- 客户微信号
                 		j.user_phone as user_phone, -- 客户手机号
                 		j.user_phone as user_phone, -- 客户手机号