@Select("select t.id as id,t.fund_short_name as value, t.fund_code as fundCode from fund_info t where t.fund_short_name like #{productName} and t.delete_tag=0")
@Select("select t.id as id,t.fund_short_name as value from fund_info t where t.fund_short_name like #{productName} and t.delete_tag=0")