Merge branch 'xjjdev'
This commit is contained in:
commit
af16e16c03
@ -189,7 +189,7 @@ func (a *ArtistInfoUserProvider) BindInviteInvitedAccount(ctx context.Context, i
|
|||||||
data.InvitedCode = in.InvitedCode
|
data.InvitedCode = in.InvitedCode
|
||||||
data.InviteCode = in.InviteCode
|
data.InviteCode = in.InviteCode
|
||||||
//如果数据存更新刷新时间
|
//如果数据存更新刷新时间
|
||||||
if err = db.DB.Save(&data).Error; err != nil {
|
if err = db.DB.Debug().Save(&data).Error; err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user