This commit is contained in:
aozhiwei 2024-04-16 20:31:40 +08:00
parent b74b9e82c0
commit c6941beeb1

View File

@ -75,7 +75,7 @@ func (this *userProfile) fillMFGuildMember(pbMember *cs.MFGuildMember) {
func (this *userProfile) loadFromDb(ds *f5.DataSet) {
this.accountId = ds.GetByName("account_id")
this.name = ds.GetByName("name")
this.avatarUrl = ds.GetByName("avatar")
this.avatarUrl = ds.GetByName("head_id")
this.head = ds.GetByName("head")
this.lastLoginTime = q5.ToInt32(ds.GetByName("last_login_time"))
this.lastSyncTime = f5.GetApp().GetNowMillis()