(SELECT item_text from sys_dict_item where dict_id = (select id from sys_dict where dict_code = 'order_status') and item_value = a.status) status_dictText,
(SELECT item_text from sys_dict_item where dict_id = (select id from sys_dict where dict_code = 'hotel_order_type') and item_value = a.type) type_dictText
FROM hotel_order a WHERE a.del_flag = 0 AND a.id = #{id}
(SELECT item_text from sys_dict_item where dict_id = (select id from sys_dict where dict_code = 'order_status') and item_value = a.status) status_dictText,
(SELECT item_text from sys_dict_item where dict_id = (select id from sys_dict where dict_code = 'order_status') and item_value = a.status) status_dictText,