好友:显示军团名

This commit is contained in:
luying
2021-08-25 19:33:48 +08:00
parent 10b69a116d
commit f1b40805f6

View File

@@ -617,7 +617,7 @@ export class FriendHandler {
if(isRobot) {
let role = await RoleModel.findByRoleId(roleId);
let sysType = getRobotSysType(targetRoleId);
let addObj: any = { roleId: makeRobotId(''), roleName: '' };
let addObj: any = { roleId: makeRobotId(''), roleName: '', guildName: '' };
if(sysType == ROBOT_SYS_TYPE.COM_BTL) {
let comBattle = await ComBattleTeamModel.findByRoleId(targetRoleId);
if(comBattle) {