Debug: minimaler Query ohne Filter
This commit is contained in:
parent
5219a8822f
commit
2c5a6dcfb7
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@
|
||||||
const dateStr = today.toISOString().slice(0, 19).replace('T', ' ');
|
const dateStr = today.toISOString().slice(0, 19).replace('T', ' ');
|
||||||
|
|
||||||
const result = await pb.collection('check_logs').getList(1, 50, {
|
const result = await pb.collection('check_logs').getList(1, 50, {
|
||||||
filter: `tenant = '${tenantId}' && created >= '${dateStr}'`,
|
|
||||||
expand: 'station',
|
|
||||||
sort: '-created'
|
sort: '-created'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue