Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vérification de l'automatisation du passage pending en ok #2561

Open
nicolas-viennot-beta opened this issue Aug 29, 2024 · 1 comment
Open
Assignees
Labels
BACK Back end

Comments

@nicolas-viennot-beta
Copy link
Collaborator

Objectif : vérifier le bon fonctionnement du passage des Pending en ok après 48h

@P3rceval
Copy link
Collaborator

P3rceval commented Aug 29, 2024

Y'a bien un problème, j'en ai trouvé 1797 sur aout qui sont encore en pending.
Je me mets la dessus.

SELECT * from carpool_v2.carpools ccv2
  JOIN carpool_v2.status csv2 on ccv2._id = csv2.carpool_id
  where csv2.fraud_status = 'pending' and ccv2.start_datetime > '2024-07-10'
  and ccv2.start_datetime < '2024-08-20'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BACK Back end
Projects
Status: To test
Development

No branches or pull requests

2 participants