1
This commit is contained in:
parent
2f21157a3e
commit
a56e4f5547
@ -169,3 +169,20 @@ func (this *guildMgr) AsyncSearch(string, string, func(int32, string)) {
|
||||
func (this *guildMgr) AsyncGetGuildLogs(string, string, func(int32, string)) {
|
||||
|
||||
}
|
||||
|
||||
func (this *guildMgr) asyncSetApplyStatus(accountId string, guildId string, status int32) {
|
||||
f5.GetJsStyleDb().Update(
|
||||
constant.FRIEND_DB,
|
||||
"t_guild_apply",
|
||||
[][]string{
|
||||
{"status", q5.ToString(status)},
|
||||
{"modifytime", q5.ToString(f5.GetApp().GetNowSeconds())},
|
||||
},
|
||||
[][]string{
|
||||
{"account_id", accountId},
|
||||
{"guild_id", guildId},
|
||||
},
|
||||
func (err error, lastInsertId int64, rowsAffected int64) {
|
||||
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user