Commit a625e72e authored by 张亚辉's avatar 张亚辉

基金搜索

parent 0d830699
...@@ -55,6 +55,6 @@ public interface FundInfoCustomMapper { ...@@ -55,6 +55,6 @@ public interface FundInfoCustomMapper {
@Select("select t.id as id, t.fund_name as `value` from ifa_imported_fund_info t where t.id in(${list}) and t.delete_tag=0") @Select("select t.id as id, t.fund_name as `value` from ifa_imported_fund_info t where t.id in(${list}) and t.delete_tag=0")
List<Type> getSimplePrivateFundList(@Param("list") String list); List<Type> getSimplePrivateFundList(@Param("list") String list);
@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")
List<Type> getFundInfoLikeName(@Param("productName") String productName); List<Type> getFundInfoLikeName(@Param("productName") String productName);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment