- added between dates when exporting excel transaction history

This commit is contained in:
2023-05-04 00:22:54 +07:00
parent 8e9295a806
commit dbb363983b
3 changed files with 8 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ export class ExcelController {
) {
const result = await this.transactionService.exportDataExcel(
exportTransactionDto.dateStart,
exportTransactionDto.dateEnd,
id,
req.user,
);