2 |
0.67 ms |
SELECT c0_.id AS id_0, c0_.production_date AS production_date_1, c0_.bundle_number AS bundle_number_2, c0_.mine_bundle_code AS mine_bundle_code_3, c0_.bundle_lot_number AS bundle_lot_number_4, c0_.bundle_lot_range AS bundle_lot_range_5, c0_.bundle_lot_code AS bundle_lot_code_6, c0_.net_weight AS net_weight_7, c0_.nb_sheets AS nb_sheets_8, c0_.auto_stripping AS auto_stripping_9, c0_.comment AS comment_10, c0_.entry_date AS entry_date_11, c0_.shift AS shift_12, c0_.tare AS tare_13, c0_.washed AS washed_14, c0_.gross_weight AS gross_weight_15, c0_.seal1 AS seal1_16, c0_.seal2 AS seal2_17, c0_.net_weight_from_scale AS net_weight_from_scale_18, c0_.gross_weight_from_scale AS gross_weight_from_scale_19, c0_.encoded_by_id AS encoded_by_id_20, c0_.checked_by_id AS checked_by_id_21, c0_.inspected_by_id AS inspected_by_id_22, c0_.visual_grade_id AS visual_grade_id_23, c0_.status_id AS status_id_24, c0_.unit_id AS unit_id_25 FROM copper_bundles c0_ WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
]
SELECT
c0_.id AS id_0,
c0_.production_date AS production_date_1,
c0_.bundle_number AS bundle_number_2,
c0_.mine_bundle_code AS mine_bundle_code_3,
c0_.bundle_lot_number AS bundle_lot_number_4,
c0_.bundle_lot_range AS bundle_lot_range_5,
c0_.bundle_lot_code AS bundle_lot_code_6,
c0_.net_weight AS net_weight_7,
c0_.nb_sheets AS nb_sheets_8,
c0_.auto_stripping AS auto_stripping_9,
c0_.comment AS comment_10,
c0_.entry_date AS entry_date_11,
c0_.shift AS shift_12,
c0_.tare AS tare_13,
c0_.washed AS washed_14,
c0_.gross_weight AS gross_weight_15,
c0_.seal1 AS seal1_16,
c0_.seal2 AS seal2_17,
c0_.net_weight_from_scale AS net_weight_from_scale_18,
c0_.gross_weight_from_scale AS gross_weight_from_scale_19,
c0_.encoded_by_id AS encoded_by_id_20,
c0_.checked_by_id AS checked_by_id_21,
c0_.inspected_by_id AS inspected_by_id_22,
c0_.visual_grade_id AS visual_grade_id_23,
c0_.status_id AS status_id_24,
c0_.unit_id AS unit_id_25
FROM
copper_bundles c0_
WHERE
c0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?
)
SELECT c0_.id AS id_0, c0_.production_date AS production_date_1, c0_.bundle_number AS bundle_number_2, c0_.mine_bundle_code AS mine_bundle_code_3, c0_.bundle_lot_number AS bundle_lot_number_4, c0_.bundle_lot_range AS bundle_lot_range_5, c0_.bundle_lot_code AS bundle_lot_code_6, c0_.net_weight AS net_weight_7, c0_.nb_sheets AS nb_sheets_8, c0_.auto_stripping AS auto_stripping_9, c0_.comment AS comment_10, c0_.entry_date AS entry_date_11, c0_.shift AS shift_12, c0_.tare AS tare_13, c0_.washed AS washed_14, c0_.gross_weight AS gross_weight_15, c0_.seal1 AS seal1_16, c0_.seal2 AS seal2_17, c0_.net_weight_from_scale AS net_weight_from_scale_18, c0_.gross_weight_from_scale AS gross_weight_from_scale_19, c0_.encoded_by_id AS encoded_by_id_20, c0_.checked_by_id AS checked_by_id_21, c0_.inspected_by_id AS inspected_by_id_22, c0_.visual_grade_id AS visual_grade_id_23, c0_.status_id AS status_id_24, c0_.unit_id AS unit_id_25 FROM copper_bundles c0_ WHERE c0_.id IN (81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100);
|