up
This commit is contained in:
parent
26921c163b
commit
c287ac2cb8
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ class StorageProcessor {
|
|||
|
||||
private async handleFindOne(operation: FindOneOperation<any>) {
|
||||
const manager = this.getManager(operation.txId);
|
||||
console.log(operation.q.where)
|
||||
const res = await manager.getRepository(MainDbEntities[operation.entity]).findOne(operation.q)
|
||||
|
||||
this.sendResponse({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue