cache在select时加上了obscure
This commit is contained in:
parent
7b27e99290
commit
220c6309b0
|
|
@ -383,6 +383,7 @@ export class Cache extends Feature {
|
|||
dontCollect: true,
|
||||
includedDeleted: true,
|
||||
ignoreAttrMiss: allowMiss || undefined,
|
||||
obscure: true,
|
||||
});
|
||||
rollback && rollback();
|
||||
return result;
|
||||
|
|
|
|||
|
|
@ -386,6 +386,7 @@ class Cache extends Feature_1.Feature {
|
|||
dontCollect: true,
|
||||
includedDeleted: true,
|
||||
ignoreAttrMiss: allowMiss || undefined,
|
||||
obscure: true,
|
||||
});
|
||||
rollback && rollback();
|
||||
return result;
|
||||
|
|
|
|||
|
|
@ -528,6 +528,7 @@ export class Cache<ED extends EntityDict & BaseEntityDict> extends Feature {
|
|||
dontCollect: true,
|
||||
includedDeleted: true,
|
||||
ignoreAttrMiss: allowMiss || undefined,
|
||||
obscure: true,
|
||||
}
|
||||
);
|
||||
rollback && rollback();
|
||||
|
|
|
|||
Loading…
Reference in New Issue