fix 获取application时 在公众号判断不对

This commit is contained in:
wkj 2024-05-21 10:52:50 +08:00
parent 6ac23d04d5
commit 063b2a574d
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ export async function getApplication(params, context) {
applications2 = await context.select('application', {
data,
filter: {
type,
type: 'web',
system: {
domain$system: {
url: domain,

View File

@ -130,7 +130,7 @@ async function getApplication(params, context) {
applications2 = await context.select('application', {
data,
filter: {
type,
type: 'web',
system: {
domain$system: {
url: domain,

View File

@ -174,7 +174,7 @@ export async function getApplication<ED extends EntityDict>(
{
data,
filter: {
type,
type: 'web',
system: {
domain$system: {
url: domain,