add: filter ub deoisut return
This commit is contained in:
@@ -235,9 +235,9 @@ export class TransactionController {
|
||||
const data = await this.transactionService.getAllDepositReturnToUser(
|
||||
req.user.userId,
|
||||
page,
|
||||
sender,
|
||||
startDate,
|
||||
endDate,
|
||||
sender == 'null' ? null : sender,
|
||||
startDate == 'null' ? null : startDate,
|
||||
endDate == 'null' ? null : endDate,
|
||||
pageSize,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user