| 1 |
1.96 ms |
SELECT e0_.id AS id_0, e0_.nombre_fiscal AS nombre_fiscal_1, e0_.cif AS cif_2, e0_.denominacion_social AS denominacion_social_3, e0_.responsable_nombre AS responsable_nombre_4, e0_.responsable_apellidos AS responsable_apellidos_5, e0_.email AS email_6, e0_.telefono AS telefono_7, e0_.direccion AS direccion_8, e0_.registro_rb AS registro_rb_9, e0_.registro_sanitario AS registro_sanitario_10, e0_.reaga AS reaga_11, e0_.craega AS craega_12, e0_.concello AS concello_13, e0_.enlace_maps AS enlace_maps_14, e0_.localizacion AS localizacion_15, e0_.sector_id AS sector_id_16 FROM empresas e0_ WHERE e0_.id = 37
SELECT e0_.id AS id_0, e0_.nombre_fiscal AS nombre_fiscal_1, e0_.cif AS cif_2, e0_.denominacion_social AS denominacion_social_3, e0_.responsable_nombre AS responsable_nombre_4, e0_.responsable_apellidos AS responsable_apellidos_5, e0_.email AS email_6, e0_.telefono AS telefono_7, e0_.direccion AS direccion_8, e0_.registro_rb AS registro_rb_9, e0_.registro_sanitario AS registro_sanitario_10, e0_.reaga AS reaga_11, e0_.craega AS craega_12, e0_.concello AS concello_13, e0_.enlace_maps AS enlace_maps_14, e0_.localizacion AS localizacion_15, e0_.sector_id AS sector_id_16 FROM empresas e0_ WHERE e0_.id = 37;
|
| 2 |
1.38 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.cif AS cif_3, t0.email AS email_4, t0.password AS password_5, t0.plainpassword AS plainpassword_6, t0.salt AS salt_7, t0.roles AS roles_8, t0.username AS username_9, t0.fullname AS fullname_10, t0.firstname AS firstname_11, t0.lastname AS lastname_12, t0.active AS active_13, t0.enabled AS enabled_14, t0."freeze" AS freeze_15, t0.last_login AS last_login_16, t0.confirmation_token AS confirmation_token_17, t0.password_requested_at AS password_requested_at_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.is_verified AS is_verified_21, t0.empresa AS empresa_22 FROM usuarios t0 WHERE t0.empresa = ?
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.cif AS cif_3, t0.email AS email_4, t0.password AS password_5, t0.plainpassword AS plainpassword_6, t0.salt AS salt_7, t0.roles AS roles_8, t0.username AS username_9, t0.fullname AS fullname_10, t0.firstname AS firstname_11, t0.lastname AS lastname_12, t0.active AS active_13, t0.enabled AS enabled_14, t0."freeze" AS freeze_15, t0.last_login AS last_login_16, t0.confirmation_token AS confirmation_token_17, t0.password_requested_at AS password_requested_at_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.is_verified AS is_verified_21, t0.empresa AS empresa_22 FROM usuarios t0 WHERE t0.empresa = 37;
|
| 3 |
0.90 ms |
SELECT e0_.id AS id_0, e0_.texto AS texto_1, e0_.urlvideo AS urlvideo_2, e0_.web AS web_3, e0_.facebook AS facebook_4, e0_.instagram AS instagram_5, e0_.youtube AS youtube_6, e0_.logo AS logo_7, e0_.updated AS updated_8, e0_.empresa_id AS empresa_id_9 FROM empresas_publicidad e0_ WHERE e0_.empresa_id = 37
SELECT e0_.id AS id_0, e0_.texto AS texto_1, e0_.urlvideo AS urlvideo_2, e0_.web AS web_3, e0_.facebook AS facebook_4, e0_.instagram AS instagram_5, e0_.youtube AS youtube_6, e0_.logo AS logo_7, e0_.updated AS updated_8, e0_.empresa_id AS empresa_id_9 FROM empresas_publicidad e0_ WHERE e0_.empresa_id = 37;
|
| 4 |
0.86 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM empresas_publicidad_translations t0 WHERE t0.object_id = ?
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM empresas_publicidad_translations t0 WHERE t0.object_id = 44;
|
| 5 |
1.41 ms |
SELECT e0_.id AS id_0, e0_.locale AS locale_1, e0_.field AS field_2, e0_.content AS content_3, e0_.object_id AS object_id_4 FROM empresas_publicidad_translations e0_ WHERE e0_.object_id = ? AND e0_.locale = ? AND e0_.field = 'texto'
SELECT e0_.id AS id_0, e0_.locale AS locale_1, e0_.field AS field_2, e0_.content AS content_3, e0_.object_id AS object_id_4 FROM empresas_publicidad_translations e0_ WHERE e0_.object_id = 44 AND e0_.locale = 'en' AND e0_.field = 'texto';
|
| 6 |
1.30 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.ruta_archivo AS ruta_archivo_3, t0.updated AS updated_4, t0.empresa_id AS empresa_id_5 FROM empresas_publicidad_imagenes t0 WHERE t0.empresa_id = ?
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.ruta_archivo AS ruta_archivo_3, t0.updated AS updated_4, t0.empresa_id AS empresa_id_5 FROM empresas_publicidad_imagenes t0 WHERE t0.empresa_id = 44;
|