nacos config

This commit is contained in:
eson 2023-09-21 18:21:00 +08:00
parent b110532a9a
commit 14f4f959d6

View File

@ -97,6 +97,7 @@ func InheritGuestIdResource(tx *gorm.DB, userId, guestId int64, afterDo func(txR
if txUserInfo.Error != nil {
txUserInfo = tx.Model(&FsUserInfo{})
}
logx.Error(err, "找到user_id1 afterDo")
return afterDo(txRes, txUserMaterial, txUserInfo)
}
return nil