增加调试信息
This commit is contained in:
parent
13f0e73fa0
commit
7dabf560b9
@ -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