| 3 |
2.54 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.designation AS designation_2, a0_.fabricant AS fabricant_3, a0_.reference_fabricant AS reference_fabricant_4, a0_.type AS type_5, a0_.prf AS prf_6, a0_.unite_de_prix AS unite_de_prix_7, a0_.date_validite_tarif AS date_validite_tarif_8, a0_.code_tarif AS code_tarif_9, a0_.code_douanier AS code_douanier_10, a0_.dimentions AS dimentions_11, a0_.poids AS poids_12, a0_.pays_origine AS pays_origine_13, a0_.numero_magasin AS numero_magasin_14, a0_.emplacement_magasin AS emplacement_magasin_15, a0_.created_at AS created_at_16, a0_.image AS image_17, a0_.id_monday AS id_monday_18, a0_.updated_at AS updated_at_19, a0_.updated_by AS updated_by_20, a0_.coeff_prix_id AS coeff_prix_id_21 FROM article a0_ WHERE a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
10245
10260
10272
10292
10309
10344
1
2
6
24
29
36
43
44
45
46
55
59
60
62
]
SELECT
a0_.id AS id_0,
a0_.name AS name_1,
a0_.designation AS designation_2,
a0_.fabricant AS fabricant_3,
a0_.reference_fabricant AS reference_fabricant_4,
a0_.type AS type_5,
a0_.prf AS prf_6,
a0_.unite_de_prix AS unite_de_prix_7,
a0_.date_validite_tarif AS date_validite_tarif_8,
a0_.code_tarif AS code_tarif_9,
a0_.code_douanier AS code_douanier_10,
a0_.dimentions AS dimentions_11,
a0_.poids AS poids_12,
a0_.pays_origine AS pays_origine_13,
a0_.numero_magasin AS numero_magasin_14,
a0_.emplacement_magasin AS emplacement_magasin_15,
a0_.created_at AS created_at_16,
a0_.image AS image_17,
a0_.id_monday AS id_monday_18,
a0_.updated_at AS updated_at_19,
a0_.updated_by AS updated_by_20,
a0_.coeff_prix_id AS coeff_prix_id_21
FROM
article a0_
WHERE
a0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?
)
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.designation AS designation_2, a0_.fabricant AS fabricant_3, a0_.reference_fabricant AS reference_fabricant_4, a0_.type AS type_5, a0_.prf AS prf_6, a0_.unite_de_prix AS unite_de_prix_7, a0_.date_validite_tarif AS date_validite_tarif_8, a0_.code_tarif AS code_tarif_9, a0_.code_douanier AS code_douanier_10, a0_.dimentions AS dimentions_11, a0_.poids AS poids_12, a0_.pays_origine AS pays_origine_13, a0_.numero_magasin AS numero_magasin_14, a0_.emplacement_magasin AS emplacement_magasin_15, a0_.created_at AS created_at_16, a0_.image AS image_17, a0_.id_monday AS id_monday_18, a0_.updated_at AS updated_at_19, a0_.updated_by AS updated_by_20, a0_.coeff_prix_id AS coeff_prix_id_21 FROM article a0_ WHERE a0_.id IN (10245, 10260, 10272, 10292, 10309, 10344, 1, 2, 6, 24, 29, 36, 43, 44, 45, 46, 55, 59, 60, 62);
|