Create proc Proc_GetConfig as select id,(case isOpen when '0' then '不开放' when '1' then '开放' end )as isOpen,(case isSearch when '0' then '不开放' when '1' then '开放' end ) as isSearch from tb_config