@@ -23,7 +23,7 @@ public class ManageApplication {
public static void main(String[] args) {
SpringApplication.run(ManageApplication.class, args);
- System.out.println("赞象Manage服务启动成功 < (玩家封禁新增游戏id字段 ・・)ノ(._.`) \n" +
+ System.out.println("赞象Manage服务启动成功 < (聊天记录, 区服id数据修正 ・・)ノ(._.`) \n" +
"___ ___ ___ _ _ ___ _____ _____ \n" +
"| \\/ | / _ \\ | \\ | | / _ \\| __ \\| ___|\n" +
"| . . |/ /_\\ \\| \\| |/ /_\\ \\ | \\/| |__ \n" +
@@ -101,6 +101,7 @@ public class GameUserChatServiceImpl extends ServiceImpl<GameUserChatMapper, Gam
//补充玩家公会信息, 区服信息
this.processRoleInfo(gameIdList, chat.getRoleId(), chat::setGuildId, chat::setGuildName,
role -> {
+ chat.setServerId(role.getServerId());
chat.setServerName(role.getServerName());
if (Strings.isBlank(chat.getRoleName())) {
chat.setRoleName(role.getRoleName());