userRelation 一个projection少去了数据

This commit is contained in:
wangwenchen 2024-01-30 15:56:07 +08:00
parent fd20e2855e
commit 6b97c47eca
3 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,9 @@ const userProjection = {
user$ref: {
$entity: 'user',
data: {
id: 1,
userState: 1,
refId: 1,
mobile$user: {
$entity: 'mobile',
data: {

View File

@ -43,6 +43,9 @@ const userProjection = {
user$ref: {
$entity: 'user',
data: {
id: 1,
userState: 1,
refId: 1,
mobile$user: {
$entity: 'mobile',
data: {

View File

@ -45,6 +45,9 @@ const userProjection: EntityDict['user']['Selection']['data'] = {
user$ref: {
$entity: 'user',
data: {
id: 1,
userState: 1,
refId: 1,
mobile$user: {
$entity: 'mobile',
data: {