Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
		@@ -2215,8 +2215,8 @@ export class TransactionService {
 | 
			
		||||
      baseQuery.andWhere(
 | 
			
		||||
          'transaction.created_at between :startDate and :enDate',
 | 
			
		||||
          {
 | 
			
		||||
            startDate: `${startDate} 00:00:00`,
 | 
			
		||||
            enDate: `${startDate} 23:59:59`,
 | 
			
		||||
            startDate: new Date (`${startDate} 00:00:00`),
 | 
			
		||||
            enDate: new Date (`${startDate} 23:59:59`),
 | 
			
		||||
          },
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user