更新注释

This commit is contained in:
徐俊杰 2023-04-13 14:15:30 +08:00
parent 5fe484ee49
commit a05a7f9153

View File

@ -205,7 +205,7 @@ func (a *ArtistInfoUserProvider) BindInviteInvitedAccount(ctx context.Context, i
return nil, err
}
} else if data.InviteCode == in.InviteCode {
//如果数据存更新刷新时间
//如果数据存更新刷新时间
if err = db.DB.Debug().Save(&data).Error; err != nil {
return nil, err
}