SELECT a.custom_auth_role_id, a.menu_id, a.role_id, a.table_json, a.form_json, a.button_json, a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name FROM `custom_auth_role` a WHERE a.del_flag = 1 and a.role_id = #{roleId} and a.menu_id = #{menuId}