1
This commit is contained in:
parent
f0aff7f191
commit
a353bec8f4
@ -354,7 +354,13 @@ func (this *guildMgr) asyncAcceptApplyTask(task *f5.AsyncTask, guild *guild,
|
|||||||
m.init(guild, targetId, nowTime)
|
m.init(guild, targetId, nowTime)
|
||||||
guild.addMember(m)
|
guild.addMember(m)
|
||||||
this.memberIdHash[targetId] = m
|
this.memberIdHash[targetId] = m
|
||||||
task.SetSucc()
|
this.asyncSetApplyStatus(
|
||||||
|
targetId,
|
||||||
|
guild.guildId,
|
||||||
|
constant.GUILD_APPLY_STATUS_ACCEPT,
|
||||||
|
func (err error, lastInsertId int64, rowsAffected int64) {
|
||||||
|
task.SetSucc()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user