Merge branch 'development' into 'devops-staging'
fix: fix order by transaction See merge request empatnusabangsa/ppob/ppob-backend!89
This commit is contained in:
commit
4926dc43e1
|
@ -1061,7 +1061,8 @@ export class TransactionService {
|
|||
'amount',
|
||||
'status',
|
||||
'userData.name',
|
||||
]);
|
||||
])
|
||||
.orderBy('transaction.created_at','DESC');
|
||||
|
||||
if (startDate && endDate) {
|
||||
baseQuery.andWhere(
|
||||
|
|
Loading…
Reference in New Issue
Block a user