nacos config
This commit is contained in:
parent
b110532a9a
commit
14f4f959d6
|
@ -97,6 +97,7 @@ func InheritGuestIdResource(tx *gorm.DB, userId, guestId int64, afterDo func(txR
|
||||||
if txUserInfo.Error != nil {
|
if txUserInfo.Error != nil {
|
||||||
txUserInfo = tx.Model(&FsUserInfo{})
|
txUserInfo = tx.Model(&FsUserInfo{})
|
||||||
}
|
}
|
||||||
|
logx.Error(err, "找到user_id1 afterDo")
|
||||||
return afterDo(txRes, txUserMaterial, txUserInfo)
|
return afterDo(txRes, txUserMaterial, txUserInfo)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user