application寝化时取folder和style属性

This commit is contained in:
Xu Chang 2022-11-30 10:23:29 +08:00
parent cc376edba3
commit 184a3acac8
4 changed files with 18 additions and 2 deletions

View File

@ -18,16 +18,20 @@ function getApplication(params, context) {
config: 1,
type: 1,
systemId: 1,
style: 1,
system: {
id: 1,
name: 1,
config: 1,
platformId: 1,
style: 1,
folder: 1,
platform: {
id: 1,
config: 1,
style: 1,
},
},
}
},
filter: {
type: type,

View File

@ -10,14 +10,18 @@ var projection = {
config: 1,
type: 1,
systemId: 1,
style: 1,
system: {
id: 1,
name: 1,
config: 1,
platformId: 1,
style: 1,
folder: 1,
platform: {
id: 1,
config: 1,
style: 1,
},
}
};

View File

@ -25,16 +25,20 @@ export async function getApplication<
config: 1,
type: 1,
systemId: 1,
style: 1,
system: {
id: 1,
name: 1,
config: 1,
platformId: 1,
style: 1,
folder: 1,
platform: {
id: 1,
config: 1,
style: 1,
},
},
}
},
filter: {
type,

View File

@ -16,14 +16,18 @@ const projection: EntityDict['application']['Selection']['data'] = {
config: 1,
type: 1,
systemId: 1,
style: 1,
system: {
id: 1,
name: 1,
config: 1,
platformId: 1,
style: 1,
folder: 1,
platform: {
id: 1,
config: 1,
style: 1,
},
}
};