This commit is contained in:
aozhiwei 2024-04-09 11:44:15 +08:00
parent e64ba3d875
commit 7fbb2064e3

View File

@ -438,6 +438,8 @@ func (this *guildMgr) asyncAcceptApplyTask(task *f5.AsyncTask, guild *guild,
constant.GUILD_APPLY_STATUS_ACCEPT,
func (err error, lastInsertId int64, rowsAffected int64) {
task.SetSucc()
cb(0, "")
return
})
})
}