1.26 ms (58.61%)
|
1 |
SELECT t0.id AS id_1, t0.menu_parent AS menu_parent_2, t0.menu_type AS menu_type_3, t0.menu_module AS menu_module_4, t0.menu_url AS menu_url_5, t0.menu_config AS menu_config_6, t0.menu_icon_name AS menu_icon_name_7, t0.menu_icon_pkg AS menu_icon_pkg_8, t0.menu_title AS menu_title_9, t0.menu_name AS menu_name_10, t0.menu_desc AS menu_desc_11, t0.menu_caption AS menu_caption_12, t0.menu_html AS menu_html_13, t0.menu_form AS menu_form_14, t0.menu_enabled AS menu_enabled_15, t0.menu_sort AS menu_sort_16 FROM menu t0 WHERE t0.id = ? AND t0.menu_enabled = ?
SELECT t0.id AS id_1, t0.menu_parent AS menu_parent_2, t0.menu_type AS menu_type_3, t0.menu_module AS menu_module_4, t0.menu_url AS menu_url_5, t0.menu_config AS menu_config_6, t0.menu_icon_name AS menu_icon_name_7, t0.menu_icon_pkg AS menu_icon_pkg_8, t0.menu_title AS menu_title_9, t0.menu_name AS menu_name_10, t0.menu_desc AS menu_desc_11, t0.menu_caption AS menu_caption_12, t0.menu_html AS menu_html_13, t0.menu_form AS menu_form_14, t0.menu_enabled AS menu_enabled_15, t0.menu_sort AS menu_sort_16 FROM menu t0 WHERE t0.id = 0 AND t0.menu_enabled = 1;
|
0.49 ms (22.86%)
|
1 |
SELECT t0.id AS id_1, t0.menu_parent AS menu_parent_2, t0.menu_type AS menu_type_3, t0.menu_module AS menu_module_4, t0.menu_url AS menu_url_5, t0.menu_config AS menu_config_6, t0.menu_icon_name AS menu_icon_name_7, t0.menu_icon_pkg AS menu_icon_pkg_8, t0.menu_title AS menu_title_9, t0.menu_name AS menu_name_10, t0.menu_desc AS menu_desc_11, t0.menu_caption AS menu_caption_12, t0.menu_html AS menu_html_13, t0.menu_form AS menu_form_14, t0.menu_enabled AS menu_enabled_15, t0.menu_sort AS menu_sort_16 FROM menu t0 WHERE t0.menu_parent = ? AND t0.menu_enabled = ? ORDER BY t0.menu_sort ASC, t0.id ASC
SELECT t0.id AS id_1, t0.menu_parent AS menu_parent_2, t0.menu_type AS menu_type_3, t0.menu_module AS menu_module_4, t0.menu_url AS menu_url_5, t0.menu_config AS menu_config_6, t0.menu_icon_name AS menu_icon_name_7, t0.menu_icon_pkg AS menu_icon_pkg_8, t0.menu_title AS menu_title_9, t0.menu_name AS menu_name_10, t0.menu_desc AS menu_desc_11, t0.menu_caption AS menu_caption_12, t0.menu_html AS menu_html_13, t0.menu_form AS menu_form_14, t0.menu_enabled AS menu_enabled_15, t0.menu_sort AS menu_sort_16 FROM menu t0 WHERE t0.menu_parent = 0 AND t0.menu_enabled = 1 ORDER BY t0.menu_sort ASC, t0.id ASC;
|
0.40 ms (18.52%)
|
1 |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.name_hash AS name_hash_2, o0_.user_name AS user_name_3, o0_.user_name_hash AS user_name_hash_4, o0_.password AS password_5, o0_.token AS token_6, o0_.api_type AS api_type_7, o0_.base_url AS base_url_8, o0_.api_key AS api_key_9, o0_.status AS status_10, o0_.channel AS channel_11, o0_.short_name AS short_name_12 FROM outside_system o0_ WHERE o0_.user_name_hash = ?
Parameters: [
"0df29046a9d59c5039e39d69a53a3ae3daafba896e13724d6edeaf842ab88d095f5d9bfc9b3d77252e7934637e374c83710e15766f3512703f1531685471cd95"
]
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.name_hash AS name_hash_2, o0_.user_name AS user_name_3, o0_.user_name_hash AS user_name_hash_4, o0_.password AS password_5, o0_.token AS token_6, o0_.api_type AS api_type_7, o0_.base_url AS base_url_8, o0_.api_key AS api_key_9, o0_.status AS status_10, o0_.channel AS channel_11, o0_.short_name AS short_name_12 FROM outside_system o0_ WHERE o0_.user_name_hash = '0df29046a9d59c5039e39d69a53a3ae3daafba896e13724d6edeaf842ab88d095f5d9bfc9b3d77252e7934637e374c83710e15766f3512703f1531685471cd95';
|