1
0.80 ms
SELECT t0 . id AS id_1 , t0 . first_name AS first_name_2 , t0 . middle_name AS middle_name_3 , t0 . last_name AS last_name_4 , t0 . gender AS gender_5 , t0 . location AS location_6 , t0 . phone AS phone_7 , t0 . login AS login_8 , t0 . password AS password_9 , t0 . roles AS roles_10 , t0 . created_at AS created_at_11 , t0 . status AS status_12 , t0 . city_id AS city_id_13 , t0 . parking_id AS parking_id_14 FROM user t0 WHERE t0 . login = ? LIMIT 1
Parameters :
[
"0986351277 "
]
SELECT t0 . id AS id_1 , t0 . first_name AS first_name_2 , t0 . middle_name AS middle_name_3 , t0 . last_name AS last_name_4 , t0 . gender AS gender_5 , t0 . location AS location_6 , t0 . phone AS phone_7 , t0 . login AS login_8 , t0 . password AS password_9 , t0 . roles AS roles_10 , t0 . created_at AS created_at_11 , t0 . status AS status_12 , t0 . city_id AS city_id_13 , t0 . parking_id AS parking_id_14 FROM user t0 WHERE t0 . login = '0986351277' LIMIT 1 ;
Copy
2
33.49 ms
SELECT b0_ . id AS id_0 , b0_ . reference AS reference_1 , b0_ . created_at AS created_at_2 , b0_ . validity AS validity_3 , b0_ . vehicle_type AS vehicle_type_4 , b0_ . amount AS amount_5 , b0_ . identifier_mode AS identifier_mode_6 , b0_ . created_by_id AS created_by_id_7 , b0_ . motor_id AS motor_id_8 , b0_ . person_id AS person_id_9 , b0_ . terminal_id AS terminal_id_10 , b0_ . parking_id AS parking_id_11 , b0_ . voiture_id AS voiture_id_12 FROM billet b0_ LEFT JOIN motor m1_ ON b0_ . motor_id = m1_ . id LEFT JOIN voiture v2_ ON b0_ . voiture_id = v2_ . id WHERE (b0_ . created_at > = ? AND b0_ . created_at < ? ) AND (m1_ . plaque = ? OR v2_ . plaque = ? ) ORDER BY b0_ . created_at DESC LIMIT 1
Parameters :
[
"2026-07-14 00:00:00 "
"2026-07-15 00:00:00 "
"450CM "
"450CM "
]
SELECT b0_ . id AS id_0 , b0_ . reference AS reference_1 , b0_ . created_at AS created_at_2 , b0_ . validity AS validity_3 , b0_ . vehicle_type AS vehicle_type_4 , b0_ . amount AS amount_5 , b0_ . identifier_mode AS identifier_mode_6 , b0_ . created_by_id AS created_by_id_7 , b0_ . motor_id AS motor_id_8 , b0_ . person_id AS person_id_9 , b0_ . terminal_id AS terminal_id_10 , b0_ . parking_id AS parking_id_11 , b0_ . voiture_id AS voiture_id_12 FROM billet b0_ LEFT JOIN motor m1_ ON b0_ . motor_id = m1_ . id LEFT JOIN voiture v2_ ON b0_ . voiture_id = v2_ . id WHERE (b0_ . created_at > = '2026-07-14 00:00:00' AND b0_ . created_at < '2026-07-15 00:00:00' ) AND (m1_ . plaque = '450CM' OR v2_ . plaque = '450CM' ) ORDER BY b0_ . created_at DESC LIMIT 1 ;
Copy
3
3.09 ms
SELECT t0 . id AS id_1 , t0 . chasis AS chasis_2 , t0 . created_at AS created_at_3 , t0 . plaque AS plaque_4 , t0 . status AS status_5 , t0 . color AS color_6 , t0 . created_by_id AS created_by_id_7 , t0 . marque_id AS marque_id_8 FROM motor t0 WHERE t0 . plaque = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . chasis AS chasis_2 , t0 . created_at AS created_at_3 , t0 . plaque AS plaque_4 , t0 . status AS status_5 , t0 . color AS color_6 , t0 . created_by_id AS created_by_id_7 , t0 . marque_id AS marque_id_8 FROM motor t0 WHERE t0 . plaque = '450CM' LIMIT 1 ;
Copy
4
0.73 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . created_at AS created_at_4 , t0 . created_by_id AS created_by_id_5 FROM motor_marque t0 WHERE t0 . name = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . created_at AS created_at_4 , t0 . created_by_id AS created_by_id_5 FROM motor_marque t0 WHERE t0 . name = 'HAOJUE' LIMIT 1 ;
Copy
5
0.50 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
6
1.67 ms
INSERT INTO motor (chasis , created_at , plaque , status , color , created_by_id , marque_id ) VALUES (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
null
"2026-07-14 17:30:53 "
"450CM "
"active "
"Marron "
17
6
]
INSERT INTO motor (chasis , created_at , plaque , status , color , created_by_id , marque_id ) VALUES (NULL , '2026-07-14 17:30:53' , '450CM' , 'active' , 'Marron' , 17 , 6 );
Copy
7
0.71 ms
"COMMIT"
8
2.09 ms
SELECT t0 . id AS id_1 , t0 . firs_name AS firs_name_2 , t0 . last_name AS last_name_3 , t0 . location AS location_4 , t0 . phone_number AS phone_number_5 , t0 . created_at AS created_at_6 , t0 . status AS status_7 , t0 . details_status AS details_status_8 FROM driver t0 WHERE t0 . phone_number = ? LIMIT 1
Parameters :
[
"0894195666 "
]
SELECT t0 . id AS id_1 , t0 . firs_name AS firs_name_2 , t0 . last_name AS last_name_3 , t0 . location AS location_4 , t0 . phone_number AS phone_number_5 , t0 . created_at AS created_at_6 , t0 . status AS status_7 , t0 . details_status AS details_status_8 FROM driver t0 WHERE t0 . phone_number = '0894195666' LIMIT 1 ;
Copy
9
0.50 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
10
0.53 ms
INSERT INTO driver (firs_name , last_name , location , phone_number , created_at , status , details_status ) VALUES (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"JEANCY "
"JEANCY "
null
"0894195666 "
"2026-07-14 17:30:53 "
"active "
null
]
INSERT INTO driver (firs_name , last_name , location , phone_number , created_at , status , details_status ) VALUES ('JEANCY ' , 'JEANCY ' , NULL , '0894195666' , '2026-07-14 17:30:53' , 'active' , NULL );
Copy
11
0.44 ms
"COMMIT"
12
16.72 ms
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . created_at AS created_at_3 , t0 . validity AS validity_4 , t0 . vehicle_type AS vehicle_type_5 , t0 . amount AS amount_6 , t0 . identifier_mode AS identifier_mode_7 , t0 . created_by_id AS created_by_id_8 , t0 . motor_id AS motor_id_9 , t0 . person_id AS person_id_10 , t0 . terminal_id AS terminal_id_11 , t0 . parking_id AS parking_id_12 , t0 . voiture_id AS voiture_id_13 FROM billet t0 WHERE t0 . reference = ? LIMIT 1
Parameters :
[
"KMS-VILLE2-17-1784021816186-UDRP-450CM "
]
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . created_at AS created_at_3 , t0 . validity AS validity_4 , t0 . vehicle_type AS vehicle_type_5 , t0 . amount AS amount_6 , t0 . identifier_mode AS identifier_mode_7 , t0 . created_by_id AS created_by_id_8 , t0 . motor_id AS motor_id_9 , t0 . person_id AS person_id_10 , t0 . terminal_id AS terminal_id_11 , t0 . parking_id AS parking_id_12 , t0 . voiture_id AS voiture_id_13 FROM billet t0 WHERE t0 . reference = 'KMS-VILLE2-17-1784021816186-UDRP-450CM' LIMIT 1 ;
Copy
13
2.41 ms
SELECT t0 . id AS id_1 , t0 . login_at AS login_at_2 , t0 . user_id AS user_id_3 , t0 . terminal_id AS terminal_id_4 , t0 . parking_id AS parking_id_5 FROM session t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . login_at AS login_at_2 , t0 . user_id AS user_id_3 , t0 . terminal_id AS terminal_id_4 , t0 . parking_id AS parking_id_5 FROM session t0 WHERE t0 . id = 718 ;
Copy
14
0.76 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . model AS model_3 , t0 . label AS label_4 , t0 . code AS code_5 , t0 . imei AS imei_6 , t0 . os AS os_7 , t0 . status AS status_8 , t0 . visible_roles AS visible_roles_9 , t0 . visible_roles_from AS visible_roles_from_10 , t0 . created_at AS created_at_11 , t0 . created_by_id AS created_by_id_12 , t0 . parking_id AS parking_id_13 FROM terminal t0 WHERE t0 . code = ? LIMIT 1
Parameters :
[
"PONT VILLE 2 "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . model AS model_3 , t0 . label AS label_4 , t0 . code AS code_5 , t0 . imei AS imei_6 , t0 . os AS os_7 , t0 . status AS status_8 , t0 . visible_roles AS visible_roles_9 , t0 . visible_roles_from AS visible_roles_from_10 , t0 . created_at AS created_at_11 , t0 . created_by_id AS created_by_id_12 , t0 . parking_id AS parking_id_13 FROM terminal t0 WHERE t0 . code = 'PONT VILLE 2' LIMIT 1 ;
Copy
15
0.42 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
16
0.63 ms
INSERT INTO billet (reference , created_at , validity , vehicle_type , amount , identifier_mode , created_by_id , motor_id , person_id , terminal_id , parking_id , voiture_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"KMS-VILLE2-17-1784021816186-UDRP-450CM "
"2026-07-14 09:36:57 "
1
"moto "
1000
"plaque "
17
8682
2356
17
null
null
]
INSERT INTO billet (reference , created_at , validity , vehicle_type , amount , identifier_mode , created_by_id , motor_id , person_id , terminal_id , parking_id , voiture_id ) VALUES ('KMS-VILLE2-17-1784021816186-UDRP-450CM' , '2026-07-14 09:36:57' , 1 , 'moto' , 1000 , 'plaque' , 17 , 8682 , 2356 , 17 , NULL , NULL );
Copy
17
0.47 ms
"COMMIT"
18
1.61 ms
DELETE FROM ticket_visibility WHERE billet_id = ?
DELETE FROM ticket_visibility WHERE billet_id = 20555 ;
Copy
19
0.47 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
20
0.64 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_ADMIN "
1
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_ADMIN' , 1 , '2026-07-14 17:30:53' , 20555 );
Copy
21
0.49 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_MAIRE "
1
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_MAIRE' , 1 , '2026-07-14 17:30:53' , 20555 );
Copy
22
0.49 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_SUPER_ADMIN "
0
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_SUPER_ADMIN' , 0 , '2026-07-14 17:30:53' , 20555 );
Copy
23
0.51 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_SECRETAIRE "
1
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_SECRETAIRE' , 1 , '2026-07-14 17:30:53' , 20555 );
Copy
24
0.57 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_OPERATEUR "
0
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_OPERATEUR' , 0 , '2026-07-14 17:30:53' , 20555 );
Copy
25
0.48 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_PERCEPTEUR "
0
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_PERCEPTEUR' , 0 , '2026-07-14 17:30:53' , 20555 );
Copy
26
0.47 ms
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES (? , ? , ? , ? )
Parameters :
[
"ROLE_USER "
0
"2026-07-14 17:30:53 "
20555
]
INSERT INTO ticket_visibility (role , is_visible , created_at , billet_id ) VALUES ('ROLE_USER' , 0 , '2026-07-14 17:30:53' , 20555 );
Copy
27
0.37 ms
"COMMIT"