fix: harden upstream and downstream receipt delivery
This commit is contained in:
@@ -668,7 +668,12 @@ describe('OperationsService', () => {
|
||||
lte: new Date('2026-07-15T23:59:59.999+08:00'),
|
||||
},
|
||||
}),
|
||||
include: { tenant: true, application: true, messageRecord: true },
|
||||
include: {
|
||||
tenant: true,
|
||||
application: true,
|
||||
messageRecord: true,
|
||||
attempts: { orderBy: [{ attemptNo: 'desc' }, { createdAt: 'desc' }] },
|
||||
},
|
||||
orderBy: { createdAt: 'desc' },
|
||||
skip: 0,
|
||||
take: 10,
|
||||
|
||||
Reference in New Issue
Block a user